Appearance
KBE3D / KBCore / Cesium / MapboxStyleImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the MapboxStyleImageryProvider constructor
属性
styleId
styleId:
string
The Mapbox Style ID.
accessToken
accessToken:
string
The public access token for the imagery.
url?
optionalurl:string|Resource
The Mapbox server url.
username?
optionalusername:string
The username of the map account.
tilesize?
optionaltilesize:number
The size of the image tiles.
scaleFactor?
optionalscaleFactor:boolean
Determines if tiles are rendered at a @2x scale factor.
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If not specified, the default ellipsoid is used.
minimumLevel?
optionalminimumLevel:number
The minimum level-of-detail supported by the imagery provider. Take care when specifying this that the number of tiles at the minimum level is small, such as four or less. A larger number is likely to result in rendering problems.
maximumLevel?
optionalmaximumLevel:number
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
rectangle?
optionalrectangle:Rectangle
The rectangle, in radians, covered by the image.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
