Uses of Class
com.cercalia.sdk.model.geoment.GeomentPoiOptions
Packages that use GeomentPoiOptions
Package
Description
Geometry and spatial data models.
Core services for interacting with Cercalia APIs.
-
Uses of GeomentPoiOptions in com.cercalia.sdk.model.geoment
Methods in com.cercalia.sdk.model.geoment that return GeomentPoiOptionsModifier and TypeMethodDescription@NotNull GeomentPoiOptionsGeomentPoiOptions.Builder.build()static @NotNull GeomentPoiOptionsCreates options for a POI by code.static @NotNull GeomentPoiOptionsCreates options for a POI by code with tolerance. -
Uses of GeomentPoiOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type GeomentPoiOptionsModifier and TypeMethodDescription@NotNull GeographicElementResultGeomentService.getPoiGeometry(@NotNull GeomentPoiOptions options) Get geometry for a Point of Interest.@NotNull CompletableFuture<GeographicElementResult>GeomentService.getPoiGeometryAsync(@NotNull GeomentPoiOptions options) Get geometry for a POI asynchronously.