CustomViews

interface CustomViews

Access/manage customizable UI/UX

Inheritors

Functions

Link copied to clipboard
abstract fun addViewToMapFragment(tag: String, view: View): String
Add your custom view to the map
Link copied to clipboard
abstract fun getViewOnMap(tag: String): View
Gets reference to the view added to the map with that tag
Link copied to clipboard
abstract fun removeViewFromMap(tag: String)
Removes the view with the given tag from map.
Link copied to clipboard
Ability to dynamically update Compass button