public interface RouteActivity
| Modifier and Type | Method and Description |
|---|---|
void |
routeResult(Route route)
Routing service gives calculated route
|
void |
setStartMarker(com.nutiteq.components.MapPos startPos)
MapListener provides start location of route, first click on map
|
void |
setStopMarker(com.nutiteq.components.MapPos mapPos) |
void |
showRoute(double fromLat,
double fromLon,
double toLat,
double toLon)
MapListener provides start and end locations of route, second click on map
|
void showRoute(double fromLat,
double fromLon,
double toLat,
double toLon)
fromLat - fromLon - toLat - toLon - void setStartMarker(com.nutiteq.components.MapPos startPos)
startPos - void setStopMarker(com.nutiteq.components.MapPos mapPos)
void routeResult(Route route)
route - Copyright © 2014. All rights reserved.