getNavigationManager abstract method
NavigationManager instance, which could be used for working with the @see Position.
locationManager LocationManager instance
Returns NavigationManager instance
Example:
// Get NavigationManager for navigation
if (_locationManager != null) {
_navigationManager = _sdk?.getNavigationManager(_locationManager!);
if (_navigationManager != null) {
print('NavigationManager successfully initialized');
}
}
Implementation
NavigationManager getNavigationManager(LocationManager locationManager);