MapStaticImageOptions Class
- java.
lang. Object - com.
azure. maps. render. models. MapStaticImageOptions
- com.
public final class MapStaticImageOptions
Organize inputs for get map static image
Constructor Summary
| Constructor | Description |
|---|---|
| MapStaticImageOptions() |
Creates an instance of MapStaticImageOptions. |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
MapStaticImageOptions
public MapStaticImageOptions()
Creates an instance of MapStaticImageOptions.
Method Details
getBoundingBox
public GeoBoundingBox getBoundingBox()
gets bounding box
Returns:
getCenter
public GeoPosition getCenter()
gets center
Returns:
getHeight
public Integer getHeight()
gets height
Returns:
getLanguage
public String getLanguage()
gets language
Returns:
getLocalizedMapView
public LocalizedMapView getLocalizedMapView()
gets localized map view
Returns:
getPath
public List<String> getPath()
gets path
Returns:
getPins
public List<String> getPins()
gets pins
Returns:
getStaticMapLayer
public StaticMapLayer getStaticMapLayer()
Gets static map layer
Returns:
StaticMapLayergetTilesetId
public TilesetId getTilesetId()
Gets tilesetId
Returns:
getWidth
public Integer getWidth()
gets width
Returns:
getZoom
public Integer getZoom()
gets zoom
Returns:
setBoundingBox
public MapStaticImageOptions setBoundingBox(GeoBoundingBox boundingBox)
sets bounding box
Parameters:
Returns:
MapStaticImageOptionssetCenter
public MapStaticImageOptions setCenter(GeoPosition center)
sets center
Parameters:
Returns:
MapStaticImageOptionssetHeight
public MapStaticImageOptions setHeight(Integer height)
sets height
Parameters:
Returns:
MapStaticImageOptionssetLanguage
public MapStaticImageOptions setLanguage(String language)
sets language
Parameters:
Returns:
MapStaticImageOptionssetLocalizedMapView
public MapStaticImageOptions setLocalizedMapView(LocalizedMapView localizedMapView)
sets localized map view
Parameters:
Returns:
MapStaticImageOptionssetPath
public MapStaticImageOptions setPath(List<String> path)
sets path
Parameters:
Returns:
MapStaticImageOptionssetPins
public MapStaticImageOptions setPins(List<String> pins)
sets pins
Parameters:
Returns:
MapStaticImageOptionssetStaticMapLayer
public MapStaticImageOptions setStaticMapLayer(StaticMapLayer staticMapLayer)
Sets static map layer
Parameters:
StaticMapLayer
Returns:
MapStaticImageOptionssetTilesetId
public MapStaticImageOptions setTilesetId(TilesetId tilesetId)
Set tileset id
Parameters:
Returns:
MapStaticImageOptionssetWidth
public MapStaticImageOptions setWidth(Integer width)
sets width
Parameters:
Returns:
MapStaticImageOptionssetZoom
public MapStaticImageOptions setZoom(Integer zoom)
sets zoom
Parameters:
Returns:
MapStaticImageOptions