Package com.azure.maps.render.models
Class MapStaticImageOptions
java.lang.Object
com.azure.maps.render.models.MapStaticImageOptions
Organize inputs for get map static image
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.models.GeoBoundingBox
gets bounding boxcom.azure.core.models.GeoPosition
gets centergets heightgets languagegets localized map viewgetPath()
gets pathgetPins()
gets pinsGets static map layerGets tilesetIdgetWidth()
gets widthgetZoom()
gets zoomsetBoundingBox
(com.azure.core.models.GeoBoundingBox boundingBox) sets bounding boxsetCenter
(com.azure.core.models.GeoPosition center) sets centersets heightsetLanguage
(String language) sets languagesetLocalizedMapView
(LocalizedMapView localizedMapView) sets localized map viewsets pathsets pinssetStaticMapLayer
(StaticMapLayer staticMapLayer) Sets static map layersetTilesetId
(TilesetId tilesetId) Set tileset idsets widthsets zoom
-
Constructor Details
-
MapStaticImageOptions
public MapStaticImageOptions()Creates an instance ofMapStaticImageOptions
.
-
-
Method Details
-
getTilesetId
Gets tilesetId- Returns:
- tilesetId
-
setTilesetId
Set tileset id- Parameters:
tilesetId
- tileset id- Returns:
- a reference to this
MapStaticImageOptions
-
getStaticMapLayer
Gets static map layer- Returns:
- the
StaticMapLayer
-
setStaticMapLayer
Sets static map layer- Parameters:
staticMapLayer
- the static map layerStaticMapLayer
- Returns:
- a reference to this
MapStaticImageOptions
-
getZoom
gets zoom- Returns:
- the zoom level
-
setZoom
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
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
sets bounding box- Parameters:
boundingBox
- the bounding box of the image- Returns:
- a reference to this
MapStaticImageOptions
-
getHeight
gets height- Returns:
- the height of the image
-
setHeight
sets height- Parameters:
height
- the height of the image- Returns:
- a reference to this
MapStaticImageOptions
-
getWidth
gets width- Returns:
- the width of the image
-
setWidth
sets width- Parameters:
width
- the width of the image- Returns:
- a reference to this
MapStaticImageOptions
-
getLanguage
gets language- Returns:
- the language
-
setLanguage
sets language- Parameters:
language
- the language- Returns:
- a reference to this
MapStaticImageOptions
-
getLocalizedMapView
gets localized map view- Returns:
- the localized map view
-
setLocalizedMapView
sets localized map view- Parameters:
localizedMapView
- the localized map view- Returns:
- a reference to this
MapStaticImageOptions
-
getPins
gets pins- Returns:
- a list of pins
-
setPins
sets pins- Parameters:
pins
- list of pins- Returns:
- a reference to this
MapStaticImageOptions
-
getPath
gets path- Returns:
- a list representing the path
-
setPath
sets path- Parameters:
path
- the path- Returns:
- a reference to this
MapStaticImageOptions
-