Appearance
KBE3D / KBCore / Cesium / Google2DImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the Google2DImageryProvider constructor
属性
key
key:
string
The Google api key to send with tile requests.
session
session:
string
The Google session token that tracks the current state of your map and viewport.
url
url:
string|Resource|IonResource
The Google 2D maps endpoint.
tileWidth
tileWidth:
string
The width of each tile in pixels.
tileHeight
tileHeight:
string
The height of each tile in pixels.
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.
rectangle?
optionalrectangle:Rectangle
The rectangle, in radians, covered by the image.
