setNavigationMapViewMode

Sets the navigation view mode of the current attached MapView It should be called after Navigation.attachMapView

When using a navigation view mode (other than GUIDANCE_VIEW_FREE), gestures are automatically disabled. To enable them, you have to set the GUIDANCE_VIEW_FREE mode. You can use the MapView.onUserInteractionListener to be notified when the user interacts with the map (even if gestures are disabled) You can also use the MapView.onCenterChangeListener to be notified when the map center has changed (for example, when using MapView.zoomTo)

Parameters

viewMode