mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.experimental.geofencing
/
GeofencingEvent
Geofencing
Event
open
class
GeofencingEvent
:
Serializable
Geofencing event created onEntry/onDwell/onExit.
Constructors
Functions
Properties
Constructors
Geofencing
Event
Link copied to clipboard
open
fun
GeofencingEvent
(
@
NonNull
feature
:
Feature
,
@
NonNull
timestamp
:
Date
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
feature
Link copied to clipboard
@
NonNull
@get:
NonNull
val
feature
:
Feature
timestamp
Link copied to clipboard
@
NonNull
@get:
NonNull
val
timestamp
:
Date