onCreateView
open fun onCreateView(@NonNull inflater: LayoutInflater, container: ViewGroup, savedInstanceState: Bundle): View
Creates the fragment view hierarchy.
Return
The view created
Parameters
inflater
Inflater used to inflate content.
container
The parent layout for the map fragment.
savedInstanceState
The saved instance state for the map fragment.