Uses of Class
com.cercalia.sdk.model.geofencing.GeofenceResult
Packages that use GeofenceResult
Package
Description
Geofencing and zone management data models.
Core services for interacting with Cercalia APIs.
-
Uses of GeofenceResult in com.cercalia.sdk.model.geofencing
Methods in com.cercalia.sdk.model.geofencing that return GeofenceResultModifier and TypeMethodDescription@NotNull GeofenceResultGeofenceResult.Builder.build()Builds theGeofenceResult.static @NotNull GeofenceResultGeofenceResult.empty(int totalPoints, int totalShapes) Creates an empty result with no matches. -
Uses of GeofenceResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return GeofenceResultModifier and TypeMethodDescription@NotNull GeofenceResultGeofencingService.check(@NotNull List<GeofenceShape> shapes, @NotNull List<GeofencePoint> points, @NotNull GeofenceOptions options) Check which points are inside which geofence shapes.Methods in com.cercalia.sdk.services that return types with arguments of type GeofenceResultModifier and TypeMethodDescription@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.