MapImageStyle Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. maps. render. models. MapImageStyle
- com.
- com.
public final class MapImageStyle
extends ExpandableStringEnum<MapImageStyle>
Defines values for MapImageStyle.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Map |
DARK
Dark grey version of the Azure Maps main style. |
|
static final
Map |
MAIN
Azure Maps main style. |
Constructor Summary
| Constructor | Description |
|---|---|
| MapImageStyle() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Map |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Map |
fromString(String name)
Creates or finds a Map |
|
static
Collection<Map |
values()
Gets known Map |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DARK
public static final MapImageStyle DARK
Dark grey version of the Azure Maps main style.
MAIN
public static final MapImageStyle MAIN
Azure Maps main style.
Constructor Details
MapImageStyle
@Deprecated
public MapImageStyle()
Deprecated
Creates a new instance of MapImageStyle value.
Method Details
fromString
public static MapImageStyle fromString(String name)
Creates or finds a MapImageStyle from its string representation.
Parameters:
Returns:
values
public static Collection<MapImageStyle> values()
Gets known MapImageStyle values.
Returns: