Uses of Class
com.cercalia.sdk.model.geofencing.GeofenceOptions
Packages that use GeofenceOptions
Package
Description
Geofencing and zone management data models.
Core services for interacting with Cercalia APIs.
-
Uses of GeofenceOptions in com.cercalia.sdk.model.geofencing
Methods in com.cercalia.sdk.model.geofencing that return GeofenceOptionsModifier and TypeMethodDescription@NotNull GeofenceOptionsGeofenceOptions.Builder.build()static @NotNull GeofenceOptionsGeofenceOptions.defaults() -
Uses of GeofenceOptions in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type GeofenceOptionsModifier and TypeMethodDescription@NotNull GeofenceResultGeofencingService.check(@NotNull List<GeofenceShape> shapes, @NotNull List<GeofencePoint> points, @NotNull GeofenceOptions options) Check which points are inside which geofence shapes.@NotNull CompletableFuture<GeofenceResult>GeofencingService.checkAsync(@NotNull List<GeofenceShape> shapes, @NotNull List<GeofencePoint> points, @NotNull GeofenceOptions options) Check which points are inside which geofence shapes asynchronously.