mapbox-maps-android
/
com.mapbox.maps
/
Observer
androidJvm
Observer
interface
Observer
Content copied to clipboard
An `observer` interface used to subscribe for an `observable` events.
Functions
Inheritors
Functions
notify
Link copied to clipboard
androidJvm
abstract fun
notify
(event:
Event
)
Content copied to clipboard
Notifies an `observer` about an `event`.
Inheritors
ObserverNative
Link copied to clipboard