Uses of Class
com.azure.maps.render.models.MapStaticImageOptions
Packages that use MapStaticImageOptions
Package
Description
Package containing the classes for RenderClient.
Package containing the data models for RenderClient.
-
Uses of MapStaticImageOptions in com.azure.maps.render
Methods in com.azure.maps.render with parameters of type MapStaticImageOptionsModifier and TypeMethodDescriptionMono
<com.azure.core.util.BinaryData> MapsRenderAsyncClient.getMapStaticImage
(MapStaticImageOptions options) Get Map Static Image The static image service renders a user-defined, rectangular image containing a map section using a zoom level from 0 to 20.com.azure.core.util.BinaryData
MapsRenderClient.getMapStaticImage
(MapStaticImageOptions options) Get Map Static Image The static image service renders a user-defined, rectangular image containing a map section using a zoom level from 0 to 20.Mono
<com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>> MapsRenderAsyncClient.getMapStaticImageWithResponse
(MapStaticImageOptions options) Get Map Static Image The static image service renders a user-defined, rectangular image containing a map section using a zoom level from 0 to 20.com.azure.core.http.rest.Response
<com.azure.core.util.BinaryData> MapsRenderClient.getMapStaticImageWithResponse
(MapStaticImageOptions options, com.azure.core.util.Context context) Get Map Static Image The static image service renders a user-defined, rectangular image containing a map section using a zoom level from 0 to 20. -
Uses of MapStaticImageOptions in com.azure.maps.render.models
Methods in com.azure.maps.render.models that return MapStaticImageOptionsModifier and TypeMethodDescriptionMapStaticImageOptions.setBoundingBox
(com.azure.core.models.GeoBoundingBox boundingBox) sets bounding boxMapStaticImageOptions.setCenter
(com.azure.core.models.GeoPosition center) sets centersets heightMapStaticImageOptions.setLanguage
(String language) sets languageMapStaticImageOptions.setLocalizedMapView
(LocalizedMapView localizedMapView) sets localized map viewsets pathsets pinsMapStaticImageOptions.setStaticMapLayer
(StaticMapLayer staticMapLayer) Sets static map layerMapStaticImageOptions.setTilesetId
(TilesetId tilesetId) Set tileset idsets widthsets zoom