Class MapTileOptions

java.lang.Object
com.azure.maps.render.models.MapTileOptions

public final class MapTileOptions extends Object
Map tile options class to organize inputs for get map tile
  • Constructor Details

    • MapTileOptions

      public MapTileOptions()
  • Method Details

    • getTilesetId

      public TilesetId getTilesetId()
      get tileset id
      Returns:
      tileset id
    • setTilesetId

      public MapTileOptions setTilesetId(TilesetId tilesetId)
      set tileset id
      Parameters:
      tilesetId - the tileset id
      Returns:
      the tileset id
    • getTileIndex

      public TileIndex getTileIndex()
      get tile index
      Returns:
      the tile index
    • setTileIndex

      public MapTileOptions setTileIndex(TileIndex tileIndex)
      set tile index
      Parameters:
      tileIndex - the tile index
      Returns:
      a reference to this MapTileOptions
    • getTimestamp

      public OffsetDateTime getTimestamp()
      get time stamp
      Returns:
      the time stamp
    • setTimestamp

      public MapTileOptions setTimestamp(OffsetDateTime offsetDateTime)
      set time stamp
      Parameters:
      offsetDateTime - the offset date time
      Returns:
      a reference to this MapTileOptions
    • getMapTileSize

      public MapTileSize getMapTileSize()
      get map tile size
      Returns:
      the map time size
    • setMapTileSize

      public MapTileOptions setMapTileSize(MapTileSize mapTileSize)
      set map tile size
      Parameters:
      mapTileSize - the map tile size
      Returns:
      a reference to this MapTileOptions
    • getLanguage

      public String getLanguage()
      get language
      Returns:
      the language
    • setLanguage

      public MapTileOptions setLanguage(String language)
      set language
      Parameters:
      language - the language
      Returns:
      a reference to this MapTileOptions
    • getLocalizedMapView

      public LocalizedMapView getLocalizedMapView()
      get localized map view
      Returns:
      the localized map view
    • setLocalizedMapView

      public MapTileOptions setLocalizedMapView(LocalizedMapView localizedMapView)
      set localized map view
      Parameters:
      localizedMapView - the localized map view
      Returns:
      a reference to this MapTileOptions