Class MapImageStyle

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

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

    • MAIN

      public static final MapImageStyle MAIN
      Azure Maps main style.
    • DARK

      public static final MapImageStyle DARK
      Dark grey version of the Azure Maps main style.
  • Constructor Details

    • MapImageStyle

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

    • fromString

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

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