addViewToMapFragment

abstract fun addViewToMapFragment(tag: String, view: View): String

Add your custom view to the map

Return

Tag of the added view.

Parameters

tag

tag that can be used to get or remove this view later.

view

your view that will be shown on the map.