Uses of Class
com.cercalia.sdk.model.geofencing.GeofencePoint
Packages that use GeofencePoint
Package
Description
Geofencing and zone management data models.
Core services for interacting with Cercalia APIs.
-
Uses of GeofencePoint in com.cercalia.sdk.model.geofencing
Methods in com.cercalia.sdk.model.geofencing that return GeofencePointModifier and TypeMethodDescriptionstatic @NotNull GeofencePointCreates a newGeofencePointwith coordinates. -
Uses of GeofencePoint in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return types with arguments of type GeofencePointModifier and TypeMethodDescription@NotNull List<GeofencePoint>GeofencingService.filterPointsInShape(@NotNull GeofenceShape shape, @NotNull List<GeofencePoint> points) Filter points to only those inside a shape.@NotNull CompletableFuture<List<GeofencePoint>>GeofencingService.filterPointsInShapeAsync(@NotNull GeofenceShape shape, @NotNull List<GeofencePoint> points) Filter points to only those inside a shape asynchronously.Method parameters in com.cercalia.sdk.services with type arguments of type GeofencePointModifier and TypeMethodDescription@NotNull List<GeofencePoint>GeofencingService.filterPointsInShape(@NotNull GeofenceShape shape, @NotNull List<GeofencePoint> points) Filter points to only those inside a shape.@NotNull CompletableFuture<List<GeofencePoint>>GeofencingService.filterPointsInShapeAsync(@NotNull GeofenceShape shape, @NotNull List<GeofencePoint> points) Filter points to only those inside a shape asynchronously.