Builder

@MapboxExperimental
class Builder(feature: Feature, timestamp: Date)

Constructors

Link copied to clipboard
fun Builder(feature: Feature, timestamp: Date)

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

The feature linked to this event

Link copied to clipboard

The time of this event.