Package com.mapfactor.sdk.navigation
Interface NavigationHistoryRoute.NavigationHistoryRouteCoordinatesListener
- Enclosing interface:
- NavigationHistoryRoute
public static interface NavigationHistoryRoute.NavigationHistoryRouteCoordinatesListener
Navigation history route coordinates listener
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCoordinatesRead(List<Coordinate> coordinateList) Called when navigation history log coordinates were readvoidonCoordinatesStringRead(String coordinatesString) Called when navigation history log coordinates were read
-
Method Details
-
onCoordinatesRead
Called when navigation history log coordinates were read- Parameters:
coordinateList- list of route coordinates- Since:
- 1.0
-
onCoordinatesStringRead
Called when navigation history log coordinates were read- Parameters:
coordinatesString- list of route coordinates in format "lat1,lon1;lat2,lon2,..."- Since:
- 1.0
-