on Create View
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.
saved Instance State
The saved instance state for the map fragment.