Uses of Class
com.cercalia.sdk.model.geofencing.GeofenceResult.Builder
Packages that use GeofenceResult.Builder
-
Uses of GeofenceResult.Builder in com.cercalia.sdk.model.geofencing
Methods in com.cercalia.sdk.model.geofencing that return GeofenceResult.BuilderModifier and TypeMethodDescriptionstatic @NotNull GeofenceResult.BuilderGeofenceResult.builder()Creates a new builder forGeofenceResult.@NotNull GeofenceResult.BuilderGeofenceResult.Builder.matches(@NotNull List<GeofenceMatch> matches) Sets the matches.@NotNull GeofenceResult.BuilderGeofenceResult.Builder.totalPointsChecked(int totalPointsChecked) Sets the total points checked.@NotNull GeofenceResult.BuilderGeofenceResult.Builder.totalShapesChecked(int totalShapesChecked) Sets the total shapes checked.