Package com.azure.maps.render.models
Class TilesetId
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TilesetId>
com.azure.maps.render.models.TilesetId
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for TilesetID.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TilesetId
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
All layers with our dark grey style.<br> Supports zoom levels 0 through 22.static final TilesetId
Displays road, boundary and label data in a vector tile.<br> Supports zoom levels 0 through 22.static final TilesetId
Road, boundary and label data in our dark grey style.<br> Supports zoom levels 0 through 22.static final TilesetId
Road, boundary and label data in our main style.<br> Supports zoom levels 0 through 22.static final TilesetId
Displays labels for roads, natural and artificial features in a vector tile.<br> Supports zoom levels 0 through 22.static final TilesetId
Label data in our dark grey style.<br> Supports zoom levels 0 through 22.static final TilesetId
Label data in our main style.<br> Supports zoom levels 0 through 22.static final TilesetId
All layers with our main style.<br> Supports zoom levels 0 through 22.static final TilesetId
A combination of satellite or aerial imagery.static final TilesetId
Shaded relief and terra layers.<br> Supports zoom levels 0 through 6.static final TilesetId
absolute traffic tiles in vector.static final TilesetId
absolute traffic tiles in raster in our main style.static final TilesetId
traffic tiles in vector.static final TilesetId
traffic tiles in raster in our main style.static final TilesetId
incident tiles in vector.static final TilesetId
reduced traffic tiles in raster in our main style.static final TilesetId
relative traffic tiles in vector.static final TilesetId
relative traffic tiles in raster in our dark style.static final TilesetId
relative traffic tiles in raster in our main style.static final TilesetId
Weather infrared tiles.static final TilesetId
Weather radar tiles. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TilesetId
fromString
(String name) Creates or finds a TilesetID from its string representation.static Collection
<TilesetId> values()
Gets known TilesetID values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
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. Format: vector (pbf). -
MICROSOFT_BASE_LABELS
Displays labels for roads, natural and artificial features in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf). -
MICROSOFT_BASE_HYBRID
Displays road, boundary and label data in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf). -
MICROSOFT_TERRA_MAIN
Shaded relief and terra layers.<br> Supports zoom levels 0 through 6. Format: raster (png). -
MICROSOFT_BASE_ROAD
All layers with our main style.<br> Supports zoom levels 0 through 22. Format: raster (png). -
MICROSOFT_BASE_DARKGREY
All layers with our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png). -
MICROSOFT_BASE_LABELS_ROAD
Label data in our main style.<br> Supports zoom levels 0 through 22. Format: raster (png). -
MICROSOFT_BASE_LABELS_DARKGREY
Label data in our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png). -
MICROSOFT_BASE_HYBRID_ROAD
Road, boundary and label data in our main style.<br> Supports zoom levels 0 through 22. Format: raster (png). -
MICROSOFT_BASE_HYBRID_DARKGREY
Road, boundary and label data in our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png). -
MICROSOFT_IMAGERY
A combination of satellite or aerial imagery. Only available in S1 and G2 pricing SKU.<br> Supports zoom levels 1 through 19. Format: raster (png). -
MICROSOFT_WEATHER_RADAR_MAIN
Weather radar tiles. Latest weather radar images including areas of rain, snow, ice and mixed conditions. For more information on the Azure Maps Weather service coverage, see [Azure Maps weather services coverage](/azure/azure-maps/weather-coverage). For more information on Radar data, see [Weather services in Azure Maps](/azure/azure-maps/weather-services-concepts#radar-images). Supports zoom levels 0 through 15. Format: raster (png). -
MICROSOFT_WEATHER_INFRARED_MAIN
Weather infrared tiles. Latest Infrared Satellite images shows clouds by their temperature. For more information, see [Azure Maps weather services coverage](/azure/azure-maps/weather-coverage). For more information about the satellite data returned, see [Weather services in Azure Maps](https://learn.microsoft.com/azure/azure-maps/weather-services-concepts#satellite-images). Supports zoom levels 0 through 15. Format: raster (png). -
MICROSOFT_TRAFFIC_ABSOLUTE
absolute traffic tiles in vector. -
MICROSOFT_TRAFFIC_ABSOLUTE_MAIN
absolute traffic tiles in raster in our main style. -
MICROSOFT_TRAFFIC_RELATIVE
relative traffic tiles in vector. -
MICROSOFT_TRAFFIC_RELATIVE_MAIN
relative traffic tiles in raster in our main style. -
MICROSOFT_TRAFFIC_RELATIVE_DARK
relative traffic tiles in raster in our dark style. -
MICROSOFT_TRAFFIC_DELAY
traffic tiles in vector. -
MICROSOFT_TRAFFIC_DELAY_MAIN
traffic tiles in raster in our main style. -
MICROSOFT_TRAFFIC_REDUCED_MAIN
reduced traffic tiles in raster in our main style. -
MICROSOFT_TRAFFIC_INCIDENT
incident tiles in vector.
-
-
Constructor Details
-
TilesetId
Deprecated.Use thefromString(String)
factory method.Creates a new instance of TilesetID value.
-
-
Method Details
-
fromString
Creates or finds a TilesetID from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding TilesetID.
-
values
Gets known TilesetID values.- Returns:
- known TilesetID values.
-
fromString(String)
factory method.