Package com.azure.maps.render.models
Class RasterTileFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RasterTileFormat>
com.azure.maps.render.models.RasterTileFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RasterTileFormat
extends com.azure.core.util.ExpandableStringEnum<RasterTileFormat>
Defines values for RasterTileFormat.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RasterTileFormat
fromString
(String name) Creates or finds a RasterTileFormat from its string representation.static Collection
<RasterTileFormat> values()
Gets known RasterTileFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PNG
An image in the png format. Supports zoom levels 0 through 18.
-
-
Constructor Details
-
RasterTileFormat
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RasterTileFormat value.
-
-
Method Details
-
fromString
Creates or finds a RasterTileFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RasterTileFormat.
-
values
Gets known RasterTileFormat values.- Returns:
- known RasterTileFormat values.
-
fromString(String)
factory method.