Interface InterpolatedLocationListener


public interface InterpolatedLocationListener

This interface should be implemented in order to receive interpolated locations. The interpolated locations are only provided between VisualNavigator.startRendering(com.here.sdk.mapview.MapViewBase) and VisualNavigator.stopRendering() calls and the application is not running in the background.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever a new interpolated location is calculated, usually several times per second.