Class GeofenceMatch.MatchedPoint

java.lang.Object
com.cercalia.sdk.model.geofencing.GeofenceMatch.MatchedPoint
Enclosing class:
GeofenceMatch

public static final class GeofenceMatch.MatchedPoint extends Object
A point that was matched inside a geofence shape.
  • Constructor Details

  • Method Details

    • getId

      @NotNull public @NotNull String getId()
      Returns the point identifier.
      Returns:
      the point ID.
    • getCoord

      @NotNull public @NotNull Coordinate getCoord()
      Returns the point coordinates.
      Returns:
      the coordinate.
    • toString

      public String toString()
      Overrides:
      toString in class Object