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
/
MapstedMapApi
/
CustomViewsImpl
Custom
Views
Impl
open
inner
class
CustomViewsImpl
:
MapApi.CustomViews
Ability to dynamically update recenter button
Parameters
icon
the icon details
Members
Constructors
Custom
Views
Impl
Link copied to clipboard
constructor
(
)
Functions
add
View
To
Map
Fragment
Link copied to clipboard
@
Nullable
open
fun
addViewToMapFragment
(
key
:
String
,
view
:
View
)
:
String
Add your custom view to the map
get
View
On
Map
Link copied to clipboard
@
Nullable
open
fun
getViewOnMap
(
key
:
String
)
:
View
Gets reference to the view added to the map with that key
remove
View
From
Map
Link copied to clipboard
open
fun
removeViewFromMap
(
key
:
String
)
Removes the view with the given tag from map.
update
Compass
Button
Link copied to clipboard
open
fun
updateCompassButton
(
@
Nullable
icon
:
CustomMapParams.Icon
)
Ability to dynamically update Compass button