Uses of Class
com.azure.maps.render.models.MapImageStyle
Packages that use MapImageStyle
Package
Description
Package containing the data models for RenderClient.
-
Uses of MapImageStyle in com.azure.maps.render.models
Fields in com.azure.maps.render.models declared as MapImageStyleModifier and TypeFieldDescriptionstatic final MapImageStyle
MapImageStyle.DARK
Dark grey version of the Azure Maps main style.static final MapImageStyle
MapImageStyle.MAIN
Azure Maps main style.Methods in com.azure.maps.render.models that return MapImageStyleModifier and TypeMethodDescriptionstatic MapImageStyle
MapImageStyle.fromString
(String name) Creates or finds a MapImageStyle from its string representation.Methods in com.azure.maps.render.models that return types with arguments of type MapImageStyleModifier and TypeMethodDescriptionstatic Collection
<MapImageStyle> MapImageStyle.values()
Gets known MapImageStyle values.