onCreate

open override fun onCreate(bundle: Bundle?)

This handles the 'onCreate' lifecycle event. It initializes the MapView internals and UI components.

Parameters

bundle

The saved instance state, if any, from which the view should be restored.