mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common.experimental.geofencing
/
GeofencingFactory
Geofencing
Factory
class
GeofencingFactory
A factory class used to instantiate a Geofencing API object.
Functions
Functions
get
Or
Create
Link copied to clipboard
@
NonNull
@
MainThread
open
fun
getOrCreate
(
)
:
GeofencingService
A method used to instantiate a Geofencing API object.
reset
Link copied to clipboard
@
MainThread
open
fun
reset
(
)
Releases the Geofencing API object.
set
User
Defined
Link copied to clipboard
@
MainThread
open
fun
setUserDefined
(
@
NonNull
custom
:
GeofencingService
)
Replaces the default Geofencing API implementation with a custom one.