RenderGetMapStateTileQueryParamProperties interface
Properties
| stateset |
The stateset id. |
| x | X coordinate of the tile on zoom grid. Value must be in the range [0, 2 Please see Zoom Levels and Tile Grid for details. |
| y | Y coordinate of the tile on zoom grid. Value must be in the range [0, 2 Please see Zoom Levels and Tile Grid for details. |
| zoom | Zoom level for the desired tile. Please see Zoom Levels and Tile Grid for details. |
Property Details
statesetId
The stateset id.
statesetId: string
Property Value
string
x
X coordinate of the tile on zoom grid. Value must be in the range [0, 2zoom -1].
Please see Zoom Levels and Tile Grid for details.
x: number
Property Value
number
y
Y coordinate of the tile on zoom grid. Value must be in the range [0, 2zoom -1].
Please see Zoom Levels and Tile Grid for details.
y: number
Property Value
number
zoom
Zoom level for the desired tile.
Please see Zoom Levels and Tile Grid for details.
zoom: number
Property Value
number