mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.experimental.geofencing
/
GeofencingOptions
Geofencing
Options
open
class
GeofencingOptions
:
Serializable
Configuration options affecting the behavior of the geofencing service.
Constructors
Functions
Properties
Constructors
Geofencing
Options
Link copied to clipboard
open
fun
GeofencingOptions
(
defaultRadius
:
Int
,
maximumMonitoredFeatures
:
Int
)
Geofencing
Options
Link copied to clipboard
open
fun
GeofencingOptions
(
)
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
default
Radius
Link copied to clipboard
val
defaultRadius
:
Int
maximum
Monitored
Features
Link copied to clipboard
val
maximumMonitoredFeatures
:
Int