Entered

data class Entered(val geofenceId: String, val location: AFGeoLocation?) : AFGeofenceEvent

Indicates that the device has entered a geofence.

Constructors

Link copied to clipboard
constructor(geofenceId: String, location: AFGeoLocation?)

Properties

Link copied to clipboard

The ID of the geofence entered.

Link copied to clipboard

The location at which the transition was detected, if available.