Package com.azure.maps.render.models
Class MapTileSize
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MapTileSize>
com.azure.maps.render.models.MapTileSize
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for MapTileSize.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MapTileSize
Return a 256 by 256 pixel tile.static final MapTileSize
Return a 512 by 512 pixel tile. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapTileSize
fromString
(String name) Creates or finds a MapTileSize from its string representation.static Collection
<MapTileSize> values()
Gets known MapTileSize values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SIZE_256
Return a 256 by 256 pixel tile. -
SIZE_512
Return a 512 by 512 pixel tile.
-
-
Constructor Details
-
MapTileSize
Deprecated.Use thefromString(String)
factory method.Creates a new instance of MapTileSize value.
-
-
Method Details
-
fromString
Creates or finds a MapTileSize from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MapTileSize.
-
values
Gets known MapTileSize values.- Returns:
- known MapTileSize values.
-
fromString(String)
factory method.