onInterpolatedLocationUpdated abstract method
- Location location
Called whenever a new interpolated location is calculated, usually several times per second.
The interpolated locations are only provided between VisualNavigator.startRendering and VisualNavigator.stopRendering calls and the application is not running in the background.
locationThe interpolated location.
Implementation
void onInterpolatedLocationUpdated(Location location);