Uses of Class
com.azure.maps.render.models.TilesetId
Packages that use TilesetId
Package
Description
Package containing the classes for RenderClient.
Package containing the data models for RenderClient.
-
Uses of TilesetId in com.azure.maps.render
Methods in com.azure.maps.render with parameters of type TilesetIdModifier and TypeMethodDescriptionMapsRenderAsyncClient.getMapAttribution
(TilesetId tilesetId, int zoom, com.azure.core.models.GeoBoundingBox bounds) Get Map AttributionMapsRenderClient.getMapAttribution
(TilesetId tilesetId, int zoom, com.azure.core.models.GeoBoundingBox bounds) Get Map AttributionMono
<com.azure.core.http.rest.Response<MapAttribution>> MapsRenderAsyncClient.getMapAttributionWithResponse
(TilesetId tilesetId, int zoom, com.azure.core.models.GeoBoundingBox bounds) Get Map Attributioncom.azure.core.http.rest.Response
<MapAttribution> MapsRenderClient.getMapAttributionWithResponse
(TilesetId tilesetId, int zoom, com.azure.core.models.GeoBoundingBox bounds, com.azure.core.util.Context context) Get Map Attribution The Get Map Attribution With Response API allows users to request map copyright attribution information for a section of a tileset with responseMapsRenderAsyncClient.getMapTileset
(TilesetId tilesetId) Get Map Tileset The Get Map Tileset API allows users to request metadata for a tileset.MapsRenderClient.getMapTileset
(TilesetId tilesetId) Get Map TilesetMono
<com.azure.core.http.rest.Response<MapTileset>> MapsRenderAsyncClient.getMapTilesetWithResponse
(TilesetId tilesetId) Get Map Tileset The Get Map Tileset API allows users to request metadata for a tileset.com.azure.core.http.rest.Response
<MapTileset> MapsRenderClient.getMapTilesetWithResponse
(TilesetId tilesetId, com.azure.core.util.Context context) Get Map Tileset The Get Map Tileset API allows users to request metadata for a tileset. -
Uses of TilesetId in com.azure.maps.render.models
Fields in com.azure.maps.render.models declared as TilesetIdModifier and TypeFieldDescriptionstatic final TilesetId
TilesetId.MICROSOFT_BASE
A base map is a standard map that displays roads, natural and artificial features along with the labels for those features in a vector tile.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_DARKGREY
All layers with our dark grey style.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_HYBRID
Displays road, boundary and label data in a vector tile.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_HYBRID_DARKGREY
Road, boundary and label data in our dark grey style.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_HYBRID_ROAD
Road, boundary and label data in our main style.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_LABELS
Displays labels for roads, natural and artificial features in a vector tile.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_LABELS_DARKGREY
Label data in our dark grey style.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_LABELS_ROAD
Label data in our main style.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_BASE_ROAD
All layers with our main style.<br> Supports zoom levels 0 through 22.static final TilesetId
TilesetId.MICROSOFT_IMAGERY
A combination of satellite or aerial imagery.static final TilesetId
TilesetId.MICROSOFT_TERRA_MAIN
Shaded relief and terra layers.<br> Supports zoom levels 0 through 6.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_ABSOLUTE
absolute traffic tiles in vector.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_ABSOLUTE_MAIN
absolute traffic tiles in raster in our main style.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_DELAY
traffic tiles in vector.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_DELAY_MAIN
traffic tiles in raster in our main style.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_INCIDENT
incident tiles in vector.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_REDUCED_MAIN
reduced traffic tiles in raster in our main style.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_RELATIVE
relative traffic tiles in vector.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_RELATIVE_DARK
relative traffic tiles in raster in our dark style.static final TilesetId
TilesetId.MICROSOFT_TRAFFIC_RELATIVE_MAIN
relative traffic tiles in raster in our main style.static final TilesetId
TilesetId.MICROSOFT_WEATHER_INFRARED_MAIN
Weather infrared tiles.static final TilesetId
TilesetId.MICROSOFT_WEATHER_RADAR_MAIN
Weather radar tiles.Methods in com.azure.maps.render.models that return TilesetIdModifier and TypeMethodDescriptionstatic TilesetId
TilesetId.fromString
(String name) Creates or finds a TilesetID from its string representation.MapStaticImageOptions.getTilesetId()
Gets tilesetIdMapTileOptions.getTilesetId()
get tileset idMethods in com.azure.maps.render.models that return types with arguments of type TilesetIdModifier and TypeMethodDescriptionstatic Collection
<TilesetId> TilesetId.values()
Gets known TilesetID values.Methods in com.azure.maps.render.models with parameters of type TilesetIdModifier and TypeMethodDescriptionMapStaticImageOptions.setTilesetId
(TilesetId tilesetId) Set tileset idMapTileOptions.setTilesetId
(TilesetId tilesetId) set tileset id