onCreate

open override fun onCreate(savedInstanceState: Bundle?)

Handles the 'onCreate' lifecycle event. Initializes the MapView internals and UI components.

Parameters

bundle

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