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 Details

    • PNG

      public static final RasterTileFormat PNG
      An image in the png format. Supports zoom levels 0 through 18.
  • Constructor Details

    • RasterTileFormat

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

    • fromString

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

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