Builder

@MapboxExperimental
class Builder

Constructors

Link copied to clipboard
fun Builder()

Functions

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

Build the GeofencingEvent object.

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

The feature linked to this event

Link copied to clipboard

The time of this event.

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 of this event.