Uses of Class
com.cercalia.sdk.model.geofencing.GeofenceMatch.MatchedPoint
Packages that use GeofenceMatch.MatchedPoint
-
Uses of GeofenceMatch.MatchedPoint in com.cercalia.sdk.model.geofencing
Methods in com.cercalia.sdk.model.geofencing that return types with arguments of type GeofenceMatch.MatchedPointModifier and TypeMethodDescription@NotNull List<GeofenceMatch.MatchedPoint>GeofenceMatch.getPointsInside()Returns the points that are inside this shape.Method parameters in com.cercalia.sdk.model.geofencing with type arguments of type GeofenceMatch.MatchedPointModifier and TypeMethodDescription@NotNull GeofenceMatch.BuilderGeofenceMatch.Builder.pointsInside(@NotNull List<GeofenceMatch.MatchedPoint> pointsInside) Sets the matched points inside this shape.