Skip to content

KBE3D / KBCore / Cesium / MapboxImageryProvider / ConstructorOptions

接口: ConstructorOptions

Initialization options for the MapboxImageryProvider constructor

属性

mapId

mapId: string

The Mapbox Map ID.


accessToken

accessToken: string

The public access token for the imagery.


url?

optional url: string

The Mapbox server url.


format?

optional format: string

The format of the image request.


ellipsoid?

optional ellipsoid: Ellipsoid

The ellipsoid. If not specified, the default ellipsoid is used.


minimumLevel?

optional minimumLevel: 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?

optional maximumLevel: number

The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.


rectangle?

optional rectangle: Rectangle

The rectangle, in radians, covered by the image.


credit?

optional credit: string | Credit

A credit for the data source, which is displayed on the canvas.

KBE3D @3.0.0 Copyright © 2024-present KBE3D