java.lang.Object | |
↳ | com.mapsted.map.MapstedMapApi.CustomViewsImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CustomViewsImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
addViewToMapFragment(String key, View view)
Add your custom view to the map
| ||||||||||
View |
getViewOnMap(String key)
Gets reference to the view added to the map with that key
| ||||||||||
void |
removeViewFromMap(String key)
Removes the view with the given tag from map.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Add your custom view to the map
key | key that can be used to get or remove this view later. |
---|---|
view | your view that will be shown on the map. |
Gets reference to the view added to the map with that key
key | view's key |
---|
Removes the view with the given tag from map.
key | key of the view that need to be removed from map. |
---|