mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.experimental.geofencing
/
GeofenceState
Geofence
State
open
class
GeofenceState
:
Serializable
Geofencing state for the feature.
Constructors
Functions
Properties
Constructors
Geofence
State
Link copied to clipboard
open
fun
GeofenceState
(
@
NonNull
feature
:
Feature
,
@
Nullable
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
@
Nullable
@get:
Nullable
val
timestamp
:
Date