Class GeofenceMatch.MatchedPoint
java.lang.Object
com.cercalia.sdk.model.geofencing.GeofenceMatch.MatchedPoint
- Enclosing class:
- GeofenceMatch
A point that was matched inside a geofence shape.
-
Constructor Summary
ConstructorsConstructorDescriptionMatchedPoint(@NotNull String id, @NotNull Coordinate coord) Creates a newGeofenceMatch.MatchedPoint. -
Method Summary
-
Constructor Details
-
MatchedPoint
Creates a newGeofenceMatch.MatchedPoint.- Parameters:
id- point identifier.coord- point coordinates.
-
-
Method Details