TilesetId Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. maps. render. models. TilesetId
- com.
- com.
public final class TilesetId
extends ExpandableStringEnum<TilesetId>
Defines values for TilesetID.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Tileset |
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. |
|
static final
Tileset |
MICROSOFT_BASE_DARKGREY
All layers with our dark grey style. |
|
static final
Tileset |
MICROSOFT_BASE_HYBRID
Displays road, boundary and label data in a vector tile. |
|
static final
Tileset |
MICROSOFT_BASE_HYBRID_DARKGREY
Road, boundary and label data in our dark grey style. |
|
static final
Tileset |
MICROSOFT_BASE_HYBRID_ROAD
Road, boundary and label data in our main style. |
|
static final
Tileset |
MICROSOFT_BASE_LABELS
Displays labels for roads, natural and artificial features in a vector tile. |
|
static final
Tileset |
MICROSOFT_BASE_LABELS_DARKGREY
Label data in our dark grey style. |
|
static final
Tileset |
MICROSOFT_BASE_LABELS_ROAD
Label data in our main style. |
|
static final
Tileset |
MICROSOFT_BASE_ROAD
All layers with our main style. |
|
static final
Tileset |
MICROSOFT_IMAGERY
A combination of satellite or aerial imagery. |
|
static final
Tileset |
MICROSOFT_TERRA_MAIN
Shaded relief and terra layers. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_ABSOLUTE
absolute traffic tiles in vector. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_ABSOLUTE_MAIN
absolute traffic tiles in raster in our main style. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_DELAY
traffic tiles in vector. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_DELAY_MAIN
traffic tiles in raster in our main style. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_INCIDENT
incident tiles in vector. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_REDUCED_MAIN
reduced traffic tiles in raster in our main style. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_RELATIVE
relative traffic tiles in vector. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_RELATIVE_DARK
relative traffic tiles in raster in our dark style. |
|
static final
Tileset |
MICROSOFT_TRAFFIC_RELATIVE_MAIN
relative traffic tiles in raster in our main style. |
|
static final
Tileset |
MICROSOFT_WEATHER_INFRARED_MAIN
Weather infrared tiles. |
|
static final
Tileset |
MICROSOFT_WEATHER_RADAR_MAIN
Weather radar tiles. |
Constructor Summary
| Constructor | Description |
|---|---|
| TilesetId() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of TilesetID value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tileset |
fromString(String name)
Creates or finds a TilesetID from its string representation. |
|
static
Collection<Tileset |
values()
Gets known TilesetID values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MICROSOFT_BASE
public static final 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.
Supports zoom levels 0 through 22. Format: vector (pbf).
MICROSOFT_BASE_DARKGREY
public static final TilesetId MICROSOFT_BASE_DARKGREY
All layers with our dark grey style.
Supports zoom levels 0 through 22. Format: raster (png).
MICROSOFT_BASE_HYBRID
public static final TilesetId MICROSOFT_BASE_HYBRID
Displays road, boundary and label data in a vector tile.
Supports zoom levels 0 through 22. Format: vector (pbf).
MICROSOFT_BASE_HYBRID_DARKGREY
public static final TilesetId MICROSOFT_BASE_HYBRID_DARKGREY
Road, boundary and label data in our dark grey style.
Supports zoom levels 0 through 22. Format: raster (png).
MICROSOFT_BASE_HYBRID_ROAD
public static final TilesetId MICROSOFT_BASE_HYBRID_ROAD
Road, boundary and label data in our main style.
Supports zoom levels 0 through 22. Format: raster (png).
MICROSOFT_BASE_LABELS
public static final TilesetId MICROSOFT_BASE_LABELS
Displays labels for roads, natural and artificial features in a vector tile.
Supports zoom levels 0 through 22. Format: vector (pbf).
MICROSOFT_BASE_LABELS_DARKGREY
public static final TilesetId MICROSOFT_BASE_LABELS_DARKGREY
Label data in our dark grey style.
Supports zoom levels 0 through 22. Format: raster (png).
MICROSOFT_BASE_LABELS_ROAD
public static final TilesetId MICROSOFT_BASE_LABELS_ROAD
Label data in our main style.
Supports zoom levels 0 through 22. Format: raster (png).
MICROSOFT_BASE_ROAD
public static final TilesetId MICROSOFT_BASE_ROAD
All layers with our main style.
Supports zoom levels 0 through 22. Format: raster (png).
MICROSOFT_IMAGERY
public static final TilesetId MICROSOFT_IMAGERY
A combination of satellite or aerial imagery. Only available in S1 and G2 pricing SKU.
Supports zoom levels 1 through 19. Format: raster (png).
MICROSOFT_TERRA_MAIN
public static final TilesetId MICROSOFT_TERRA_MAIN
Shaded relief and terra layers.
Supports zoom levels 0 through 6. Format: raster (png).
MICROSOFT_TRAFFIC_ABSOLUTE
public static final TilesetId MICROSOFT_TRAFFIC_ABSOLUTE
absolute traffic tiles in vector.
MICROSOFT_TRAFFIC_ABSOLUTE_MAIN
public static final TilesetId MICROSOFT_TRAFFIC_ABSOLUTE_MAIN
absolute traffic tiles in raster in our main style.
MICROSOFT_TRAFFIC_DELAY
public static final TilesetId MICROSOFT_TRAFFIC_DELAY
traffic tiles in vector.
MICROSOFT_TRAFFIC_DELAY_MAIN
public static final TilesetId MICROSOFT_TRAFFIC_DELAY_MAIN
traffic tiles in raster in our main style.
MICROSOFT_TRAFFIC_INCIDENT
public static final TilesetId MICROSOFT_TRAFFIC_INCIDENT
incident tiles in vector.
MICROSOFT_TRAFFIC_REDUCED_MAIN
public static final TilesetId MICROSOFT_TRAFFIC_REDUCED_MAIN
reduced traffic tiles in raster in our main style.
MICROSOFT_TRAFFIC_RELATIVE
public static final TilesetId MICROSOFT_TRAFFIC_RELATIVE
relative traffic tiles in vector.
MICROSOFT_TRAFFIC_RELATIVE_DARK
public static final TilesetId MICROSOFT_TRAFFIC_RELATIVE_DARK
relative traffic tiles in raster in our dark style.
MICROSOFT_TRAFFIC_RELATIVE_MAIN
public static final TilesetId MICROSOFT_TRAFFIC_RELATIVE_MAIN
relative traffic tiles in raster in our main style.
MICROSOFT_WEATHER_INFRARED_MAIN
public static final TilesetId 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_WEATHER_RADAR_MAIN
public static final TilesetId 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).
Constructor Details
TilesetId
@Deprecated
public TilesetId()
Deprecated
Creates a new instance of TilesetID value.
Method Details
fromString
public static TilesetId fromString(String name)
Creates or finds a TilesetID from its string representation.
Parameters:
Returns:
values
public static Collection<TilesetId> values()
Gets known TilesetID values.
Returns: