public interface PathFinder
Modifier and Type | Interface and Description |
---|---|
static class |
PathFinder.PathFindType
The different types of pathfinding.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXMLResponse(PathFinder.PathFindType type,
double lat1,
double lon1,
double lat2,
double lon2)
Make the HTTP request for a pathfinding query.
|
java.util.List<Waypoint> |
parseXML(java.lang.String xml)
Parse the XML string and return a List of
Waypoint s. |
java.lang.String getXMLResponse(PathFinder.PathFindType type, double lat1, double lon1, double lat2, double lon2)