Uses of Class
com.azure.maps.render.models.TileIndex
Packages that use TileIndex
Package
Description
Package containing the classes for RenderClient.
Package containing the data models for RenderClient.
-
Uses of TileIndex in com.azure.maps.render
Methods in com.azure.maps.render with parameters of type TileIndexModifier and TypeMethodDescriptionMono
<com.azure.core.util.BinaryData> MapsRenderAsyncClient.downloadMapStateTile
(String statesetId, TileIndex tileIndex) Download Map State Tilevoid
MapsRenderClient.downloadMapStateTile
(OutputStream stream, String statesetId, TileIndex tileIndex) Download Map State Tile Fetches state tiles in vector format typically to be integrated into indoor maps module of map control or SDK.Mono
<com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>> MapsRenderAsyncClient.downloadMapStateTileWithResponse
(String statesetId, TileIndex tileIndex) Download Map State Tilecom.azure.core.http.rest.Response
<Void> MapsRenderClient.downloadMapStateTileWithResponse
(OutputStream stream, String statesetId, TileIndex tileIndex, com.azure.core.util.Context context) Download Map State TileMapsRenderAsyncClient.getCopyrightForTile
(TileIndex tileIndex, boolean includeText) Get Copyright For Tile **Applies to**: S0 and S1 pricing tiers.MapsRenderClient.getCopyrightForTile
(TileIndex tileIndex, boolean includeText) Get Copyright For Tile **Applies to**: S0 and S1 pricing tiers.MapsRenderAsyncClient.getCopyrightForTileWithResponse
(TileIndex tileIndex, boolean includeText) Get Copyright For Tile **Applies to**: S0 and S1 pricing tiers.com.azure.core.http.rest.Response
<Copyright> MapsRenderClient.getCopyrightForTileWithResponse
(TileIndex tileIndex, boolean includeText, com.azure.core.util.Context context) Get Copyright For Tile Copyrights With Response API is designed to serve copyright information for Render Tile service with response. -
Uses of TileIndex in com.azure.maps.render.models
Methods in com.azure.maps.render.models that return TileIndexModifier and TypeMethodDescriptionMapTileOptions.getTileIndex()
get tile indexTileIndex.setX
(int x) Set the x property: X coordinate of the tile on zoom grid.TileIndex.setY
(int y) Set the y property: Y coordinate of the tile on zoom grid.TileIndex.setZ
(int z) Set the z property: Zoom level for the desired tile.Methods in com.azure.maps.render.models with parameters of type TileIndexModifier and TypeMethodDescriptionMapTileOptions.setTileIndex
(TileIndex tileIndex) set tile index