Uses of Class
com.azure.maps.render.models.StaticMapLayer
Packages that use StaticMapLayer
Package
Description
Package containing the data models for RenderClient.
-
Uses of StaticMapLayer in com.azure.maps.render.models
Fields in com.azure.maps.render.models declared as StaticMapLayerModifier and TypeFieldDescriptionstatic final StaticMapLayer
StaticMapLayer.BASIC
Returns an image containing all map features including polygons, borders, roads and labels.static final StaticMapLayer
StaticMapLayer.HYBRID
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
StaticMapLayer.LABELS
Returns an image of just the map's label information.Methods in com.azure.maps.render.models that return StaticMapLayerModifier and TypeMethodDescriptionstatic StaticMapLayer
StaticMapLayer.fromString
(String name) Creates or finds a StaticMapLayer from its string representation.MapStaticImageOptions.getStaticMapLayer()
Gets static map layerMethods in com.azure.maps.render.models that return types with arguments of type StaticMapLayerModifier and TypeMethodDescriptionstatic Collection
<StaticMapLayer> StaticMapLayer.values()
Gets known StaticMapLayer values.Methods in com.azure.maps.render.models with parameters of type StaticMapLayerModifier and TypeMethodDescriptionMapStaticImageOptions.setStaticMapLayer
(StaticMapLayer staticMapLayer) Sets static map layer