VisioMove Essential (Android)  1.27.6

◆ setFocusOnMap()

void setFocusOnMap ( )

Set focus on map - map state.

Note
calling setFocusOnMap() close other view components such as the navigation, the search view or the place info view... The map is clean from other views.
Version
1.19
Example
discardNavigation.setOnClickListener(new View.OnClickListener () {
@Override public void onClick(View v) {
mMapView.setFocusOnMap();
}
});
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy