onInterpolatedLocationUpdated abstract method

void onInterpolatedLocationUpdated(
  1. 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.

  • location The interpolated location.

Implementation

void onInterpolatedLocationUpdated(Location location);