Package com.azure.maps.render.models
Class StaticMapLayer
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StaticMapLayer>
com.azure.maps.render.models.StaticMapLayer
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for StaticMapLayer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StaticMapLayer
Returns an image containing all map features including polygons, borders, roads and labels.static final StaticMapLayer
Returns an image containing borders, roads, and labels, and can be overlaid on other tiles (such as satellite imagery) to produce hybrid tiles.static final StaticMapLayer
Returns an image of just the map's label information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StaticMapLayer
fromString
(String name) Creates or finds a StaticMapLayer from its string representation.static Collection
<StaticMapLayer> values()
Gets known StaticMapLayer values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BASIC
Returns an image containing all map features including polygons, borders, roads and labels. -
HYBRID
Returns an image containing borders, roads, and labels, and can be overlaid on other tiles (such as satellite imagery) to produce hybrid tiles. -
LABELS
Returns an image of just the map's label information.
-
-
Constructor Details
-
StaticMapLayer
Deprecated.Use thefromString(String)
factory method.Creates a new instance of StaticMapLayer value.
-
-
Method Details
-
fromString
Creates or finds a StaticMapLayer from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding StaticMapLayer.
-
values
Gets known StaticMapLayer values.- Returns:
- known StaticMapLayer values.
-
fromString(String)
factory method.