Class MapStaticImageOptions

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

public final class MapStaticImageOptions extends Object
Organize inputs for get map static image
  • Constructor Details

    • MapStaticImageOptions

      public MapStaticImageOptions()
  • Method Details

    • getRasterTileFormat

      public RasterTileFormat getRasterTileFormat()
      Gets raster tile format
      Returns:
      the RasterTileFormat
    • setRasterTileFormat

      public MapStaticImageOptions setRasterTileFormat(RasterTileFormat rasterTileFormat)
      Sets reaster tile format
      Parameters:
      rasterTileFormat - the RasterTileFormat
      Returns:
      a reference to this MapStaticImageOptions
    • getStaticMapLayer

      public StaticMapLayer getStaticMapLayer()
      Gets static map layer
      Returns:
      the StaticMapLayer
    • setStaticMapLayer

      public MapStaticImageOptions setStaticMapLayer(StaticMapLayer staticMapLayer)
      Sets static map layer
      Parameters:
      staticMapLayer - the static map layer StaticMapLayer
      Returns:
      a reference to this MapStaticImageOptions
    • getMapImageStyle

      public MapImageStyle getMapImageStyle()
      gets map image style
      Returns:
      the desired map style
    • setMapImageStyle

      public MapStaticImageOptions setMapImageStyle(MapImageStyle mapImageStyle)
      Sets map image style
      Parameters:
      mapImageStyle - the desired map style
      Returns:
      a reference to this MapStaticImageOptions
    • getZoom

      public Integer getZoom()
      gets zoom
      Returns:
      the zoom level
    • setZoom

      public MapStaticImageOptions setZoom(Integer zoom)
      sets zoom
      Parameters:
      zoom - the zoom level
      Returns:
      a reference to this MapStaticImageOptions
    • getCenter

      public com.azure.core.models.GeoPosition getCenter()
      gets center
      Returns:
      the center of the image
    • setCenter

      public MapStaticImageOptions setCenter(com.azure.core.models.GeoPosition center)
      sets center
      Parameters:
      center - center of the image
      Returns:
      a reference to this MapStaticImageOptions
    • getBoundingBox

      public com.azure.core.models.GeoBoundingBox getBoundingBox()
      gets bounding box
      Returns:
      the bounding box of the image
    • setBoundingBox

      public MapStaticImageOptions setBoundingBox(com.azure.core.models.GeoBoundingBox boundingBox)
      sets bounding box
      Parameters:
      boundingBox - the bounding box of the image
      Returns:
      a reference to this MapStaticImageOptions
    • getHeight

      public Integer getHeight()
      gets height
      Returns:
      the height of the image
    • setHeight

      public MapStaticImageOptions setHeight(Integer height)
      sets height
      Parameters:
      height - the height of the image
      Returns:
      a reference to this MapStaticImageOptions
    • getWidth

      public Integer getWidth()
      gets width
      Returns:
      the width of the image
    • setWidth

      public MapStaticImageOptions setWidth(Integer width)
      sets width
      Parameters:
      width - the width of the image
      Returns:
      a reference to this MapStaticImageOptions
    • getLanguage

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

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

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

      public MapStaticImageOptions setLocalizedMapView(LocalizedMapView localizedMapView)
      sets localized map view
      Parameters:
      localizedMapView - the localized map view
      Returns:
      a reference to this MapStaticImageOptions
    • getPins

      public List<String> getPins()
      gets pins
      Returns:
      a list of pins
    • setPins

      public MapStaticImageOptions setPins(List<String> pins)
      sets pins
      Parameters:
      pins - list of pins
      Returns:
      a reference to this MapStaticImageOptions
    • getPath

      public List<String> getPath()
      gets path
      Returns:
      a list representing the path
    • setPath

      public MapStaticImageOptions setPath(List<String> path)
      sets path
      Parameters:
      path - the path
      Returns:
      a reference to this MapStaticImageOptions