Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-map
/
com.mapsted.map
/
MapApi
/
CustomViews
Custom
Views
interface
CustomViews
Access/manage customizable UI/UX
Inheritors
CustomViewsImpl
Members
Functions
add
View
To
Map
Fragment
Link copied to clipboard
abstract
fun
addViewToMapFragment
(
tag
:
String
,
view
:
View
)
:
String
Add your custom view to the map
get
View
On
Map
Link copied to clipboard
abstract
fun
getViewOnMap
(
tag
:
String
)
:
View
Gets reference to the view added to the map with that tag
remove
View
From
Map
Link copied to clipboard
abstract
fun
removeViewFromMap
(
tag
:
String
)
Removes the view with the given tag from map.
update
Compass
Button
Link copied to clipboard
abstract
fun
updateCompassButton
(
@
Nullable
icon
:
CustomMapParams.Icon
)
Ability to dynamically update Compass button