Package com.mapfactor.sdk.navigation
Interface NavigationHistoryRoute
public interface NavigationHistoryRoute
Navigation history route
- Since:
 - 1.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNavigation history route coordinates listener - 
Method Summary
Modifier and TypeMethodDescriptionvoidGet list of coordinates passed through and saved during navigation.voidGet list of coordinates passed through and saved during navigation.getRoutePointsCoordinate(RoutePointParams.RoutePointType routePointType) Get navigation history route points (i.e.Get route start date and time 
- 
Method Details
- 
getRouteStartUtcTime
Get route start date and time- Returns:
 - UTC date and time the navigation started
 - Since:
 - 1.0
 
 - 
getRoutePointsCoordinate
@Nullable List<Coordinate> getRoutePointsCoordinate(@NonNull RoutePointParams.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
 
 
 -