Builder

@MapboxExperimental
class Builder

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
@MapboxExperimental
fun build(): GeofenceState

Build the GeofenceState object.

Link copied to clipboard
fun setFeature(feature: Feature): GeofenceState.Builder

The feature linked to this event

Link copied to clipboard

The time when the geofence was activated. Null if the user is not within the geofence.

Properties

Link copied to clipboard
var feature: Feature? = null

The feature linked to this event

Link copied to clipboard
var timestamp: Date? = null

The time when the geofence was activated. Null if the user is not within the geofence.