MapViewObserver

abstract class MapViewObserver

Defines an object that needs to interact with or observe MapView.

Constructors

Link copied to clipboard
fun MapViewObserver()

Functions

Link copied to clipboard
open fun onAttached(mapView: MapView)

Signals that mapView is ready to be used. Use this function to register mapView observers or perform operations.

Link copied to clipboard
open fun onDetached(mapView: MapView)

Signals that mapView instance is being detached. Use this function to unregister mapView observers that were registered in onAttached