Class StaticMapLayer

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StaticMapLayer>
com.azure.maps.render.models.StaticMapLayer
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class StaticMapLayer extends com.azure.core.util.ExpandableStringEnum<StaticMapLayer>
Defines values for StaticMapLayer.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final StaticMapLayer
    Returns an image containing all map features including polygons, borders, roads and labels.
    static final StaticMapLayer
    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
    Returns an image of just the map's label information.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a StaticMapLayer from its string representation.
    Gets known StaticMapLayer values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BASIC

      public static final StaticMapLayer BASIC
      Returns an image containing all map features including polygons, borders, roads and labels.
    • HYBRID

      public static final 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.
    • LABELS

      public static final StaticMapLayer LABELS
      Returns an image of just the map's label information.
  • Constructor Details

    • StaticMapLayer

      @Deprecated public StaticMapLayer()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of StaticMapLayer value.
  • Method Details

    • fromString

      public static StaticMapLayer fromString(String name)
      Creates or finds a StaticMapLayer from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding StaticMapLayer.
    • values

      public static Collection<StaticMapLayer> values()
      Gets known StaticMapLayer values.
      Returns:
      known StaticMapLayer values.