onInflate

open fun onInflate(@NonNull context: Context, attrs: AttributeSet, savedInstanceState: Bundle)

Called when this fragment is inflated, parses XML tag attributes.

Parameters

context

The context inflating this fragment.

attrs

The XML tag attributes.

savedInstanceState

The saved instance state for the map fragment.