Uses of Class
com.cercalia.sdk.model.geofencing.GeofenceMatch
Packages that use GeofenceMatch
-
Uses of GeofenceMatch in com.cercalia.sdk.model.geofencing
Methods in com.cercalia.sdk.model.geofencing that return GeofenceMatchModifier and TypeMethodDescription@NotNull GeofenceMatchGeofenceMatch.Builder.build()Builds theGeofenceMatch.Methods in com.cercalia.sdk.model.geofencing that return types with arguments of type GeofenceMatchModifier and TypeMethodDescription@NotNull List<GeofenceMatch>GeofenceResult.getMatches()Returns the shapes that contain at least one point.Method parameters in com.cercalia.sdk.model.geofencing with type arguments of type GeofenceMatchModifier and TypeMethodDescription@NotNull GeofenceResult.BuilderGeofenceResult.Builder.matches(@NotNull List<GeofenceMatch> matches) Sets the matches.