Class TileFormat

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TileFormat>
com.azure.maps.traffic.models.TileFormat

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

    Fields
    Modifier and Type
    Field
    Description
    static final TileFormat
    Static value pbf for TileFormat.
    static final TileFormat
    Static value png for TileFormat.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • PNG

      public static final TileFormat PNG
      Static value png for TileFormat.
    • PBF

      public static final TileFormat PBF
      Static value pbf for TileFormat.
  • Constructor Details

    • TileFormat

      public TileFormat()
  • Method Details

    • fromString

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

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