RenderGetCopyrightForTileQueryParamProperties interface
Properties
| text | Yes/no value to exclude textual data from response. Only images and country/region names will be in response. |
| 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
text
Yes/no value to exclude textual data from response. Only images and country/region names will be in response.
text?: "yes" | "no"
Property Value
"yes" | "no"
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