Interface NavigationHistoryRoute


public interface NavigationHistoryRoute
Navigation history route
Since:
1.0
  • Method Details

    • getRouteStartUtcTime

      @NonNull Calendar getRouteStartUtcTime()
      Get route start date and time
      Returns:
      UTC date and time the navigation started
      Since:
      1.0
    • getRoutePointsCoordinate

      @Nullable List<Coordinate> getRoutePointsCoordinate(@NonNull RoutePoint.RoutePointType routePointType)
      Get navigation history route points (i.e. departure, waypoints, destination)
      Parameters:
      routePointType - route point type to get coordinates of
      Returns:
      navigation history route points
      Since:
      1.0
    • getCoordinates

      void getCoordinates(@NonNull NavigationHistoryRoute.NavigationHistoryRouteCoordinatesListener listener)
      Get list of coordinates passed through and saved during navigation. NavigationHistoryRouteCoordinatesListener.onCoordinatesRead is called when finished.
      Parameters:
      listener - listener to return the coordinates
      Since:
      1.0
    • getCoordinatesString

      void getCoordinatesString(@NonNull NavigationHistoryRoute.NavigationHistoryRouteCoordinatesListener listener)
      Get list of coordinates passed through and saved during navigation. NavigationHistoryRouteCoordinatesListener.onCoordinatesStringRead is called when finished.
      Parameters:
      listener - listener to return the coordinates
      Since:
      1.0