Uses of Class
com.cercalia.sdk.model.staticmaps.StaticMapOptions
Packages that use StaticMapOptions
Package
Description
Static maps and imagery data models.
Core services for interacting with Cercalia APIs.
-
Uses of StaticMapOptions in com.cercalia.sdk.model.staticmaps
Methods in com.cercalia.sdk.model.staticmaps that return StaticMapOptions -
Uses of StaticMapOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type StaticMapOptionsModifier and TypeMethodDescription@NotNull StaticMapResultStaticMapsService.generateMap(@NotNull StaticMapOptions options) Generate a static map with optional markers and shapes.@NotNull StaticMapResultStaticMapsService.generateMapAsImage(@NotNull StaticMapOptions options) Generate map and return image data directly.@NotNull CompletableFuture<StaticMapResult>StaticMapsService.generateMapAsync(@NotNull StaticMapOptions options) Generate a static map asynchronously.