Class TilesetId

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

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

    • MICROSOFT_BASE

      public static final TilesetId MICROSOFT_BASE
      A base map is a standard map that displays roads, natural and artificial features along with the labels for those features in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf).
    • MICROSOFT_BASE_LABELS

      public static final TilesetId MICROSOFT_BASE_LABELS
      Displays labels for roads, natural and artificial features in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf).
    • MICROSOFT_BASE_HYBRID

      public static final TilesetId MICROSOFT_BASE_HYBRID
      Displays road, boundary and label data in a vector tile.<br> Supports zoom levels 0 through 22. Format: vector (pbf).
    • MICROSOFT_TERRA_MAIN

      public static final TilesetId MICROSOFT_TERRA_MAIN
      Shaded relief and terra layers.<br> Supports zoom levels 0 through 6. Format: raster (png).
    • MICROSOFT_BASE_ROAD

      public static final TilesetId MICROSOFT_BASE_ROAD
      All layers with our main style.<br> Supports zoom levels 0 through 22. Format: raster (png).
    • MICROSOFT_BASE_DARKGREY

      public static final TilesetId MICROSOFT_BASE_DARKGREY
      All layers with our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png).
    • MICROSOFT_BASE_LABELS_ROAD

      public static final TilesetId MICROSOFT_BASE_LABELS_ROAD
      Label data in our main style.<br> Supports zoom levels 0 through 22. Format: raster (png).
    • MICROSOFT_BASE_LABELS_DARKGREY

      public static final TilesetId MICROSOFT_BASE_LABELS_DARKGREY
      Label data in our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png).
    • MICROSOFT_BASE_HYBRID_ROAD

      public static final TilesetId MICROSOFT_BASE_HYBRID_ROAD
      Road, boundary and label data in our main style.<br> Supports zoom levels 0 through 22. Format: raster (png).
    • MICROSOFT_BASE_HYBRID_DARKGREY

      public static final TilesetId MICROSOFT_BASE_HYBRID_DARKGREY
      Road, boundary and label data in our dark grey style.<br> Supports zoom levels 0 through 22. Format: raster (png).
    • MICROSOFT_IMAGERY

      public static final TilesetId MICROSOFT_IMAGERY
      A combination of satellite or aerial imagery. Only available in S1 and G2 pricing SKU.<br> Supports zoom levels 1 through 19. Format: raster (png).
    • MICROSOFT_WEATHER_RADAR_MAIN

      public static final TilesetId MICROSOFT_WEATHER_RADAR_MAIN
      Weather radar tiles. Latest weather radar images including areas of rain, snow, ice and mixed conditions. For more information on the Azure Maps Weather service coverage, see [Azure Maps weather services coverage](/azure/azure-maps/weather-coverage). For more information on Radar data, see [Weather services in Azure Maps](/azure/azure-maps/weather-services-concepts#radar-images). Supports zoom levels 0 through 15. Format: raster (png).
    • MICROSOFT_WEATHER_INFRARED_MAIN

      public static final TilesetId MICROSOFT_WEATHER_INFRARED_MAIN
      Weather infrared tiles. Latest Infrared Satellite images shows clouds by their temperature. For more information, see [Azure Maps weather services coverage](/azure/azure-maps/weather-coverage). For more information about the satellite data returned, see [Weather services in Azure Maps](https://learn.microsoft.com/azure/azure-maps/weather-services-concepts#satellite-images). Supports zoom levels 0 through 15. Format: raster (png).
    • MICROSOFT_TRAFFIC_ABSOLUTE

      public static final TilesetId MICROSOFT_TRAFFIC_ABSOLUTE
      absolute traffic tiles in vector.
    • MICROSOFT_TRAFFIC_ABSOLUTE_MAIN

      public static final TilesetId MICROSOFT_TRAFFIC_ABSOLUTE_MAIN
      absolute traffic tiles in raster in our main style.
    • MICROSOFT_TRAFFIC_RELATIVE

      public static final TilesetId MICROSOFT_TRAFFIC_RELATIVE
      relative traffic tiles in vector.
    • MICROSOFT_TRAFFIC_RELATIVE_MAIN

      public static final TilesetId MICROSOFT_TRAFFIC_RELATIVE_MAIN
      relative traffic tiles in raster in our main style.
    • MICROSOFT_TRAFFIC_RELATIVE_DARK

      public static final TilesetId MICROSOFT_TRAFFIC_RELATIVE_DARK
      relative traffic tiles in raster in our dark style.
    • MICROSOFT_TRAFFIC_DELAY

      public static final TilesetId MICROSOFT_TRAFFIC_DELAY
      traffic tiles in vector.
    • MICROSOFT_TRAFFIC_DELAY_MAIN

      public static final TilesetId MICROSOFT_TRAFFIC_DELAY_MAIN
      traffic tiles in raster in our main style.
    • MICROSOFT_TRAFFIC_REDUCED_MAIN

      public static final TilesetId MICROSOFT_TRAFFIC_REDUCED_MAIN
      reduced traffic tiles in raster in our main style.
    • MICROSOFT_TRAFFIC_INCIDENT

      public static final TilesetId MICROSOFT_TRAFFIC_INCIDENT
      incident tiles in vector.
  • Constructor Details

  • Method Details

    • fromString

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

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