setFocusOnMap

fun setFocusOnMap()

Set focus on map - map state

Notes

Calling VMEMapController.setFocusOnMap close other view components such as the navigation, the search view or the poi info view... The map is clean from other views.

Since

1.19

discardNavigation.setOnClickListener(new View.OnClickListener () {
@Override void onClick(View v) {
mMapController.setFocusOnMap();
}
});