Interface NavigationHistoryRoute.NavigationHistoryRouteCoordinatesListener

Enclosing interface:
NavigationHistoryRoute

public static interface NavigationHistoryRoute.NavigationHistoryRouteCoordinatesListener
Navigation history route coordinates listener
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCoordinatesRead​(List<Coordinate> coordinateList)
    Called when navigation history log coordinates were read
    void
    onCoordinatesStringRead​(String coordinatesString)
    Called when navigation history log coordinates were read
  • Method Details

    • onCoordinatesRead

      void onCoordinatesRead(@Nullable List<Coordinate> coordinateList)
      Called when navigation history log coordinates were read
      Parameters:
      coordinateList - list of route coordinates
      Since:
      1.0
    • onCoordinatesStringRead

      void onCoordinatesStringRead(@Nullable String coordinatesString)
      Called when navigation history log coordinates were read
      Parameters:
      coordinatesString - list of route coordinates in format "lat1,lon1;lat2,lon2,..."
      Since:
      1.0