@JsType(isNative=true, namespace="<global>", name="Object") public class TileCoordinatesImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Color |
color
The color to draw the tile box and label.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
int |
tileHeight
The height of the tile for level-of-detail selection purposes.
|
int |
tileWidth
The width of the tile for level-of-detail selection purposes.
|
TilingScheme |
tilingScheme
The tiling scheme for which to draw tiles.
|
Constructor and Description |
---|
TileCoordinatesImageryProviderOptions()
Options for
TileCoordinatesImageryProvider |
@JsProperty public TilingScheme tilingScheme
@JsProperty public Ellipsoid ellipsoid
@JsProperty public Color color
Color.YELLOW()
@JsProperty public int tileWidth
@JsProperty public int tileHeight
@JsConstructor public TileCoordinatesImageryProviderOptions()
TileCoordinatesImageryProvider
Copyright © 2019. All rights reserved.