|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DirectionsWaiter
Interface for classes waiting on directions service
| Method Summary | |
|---|---|
void |
networkError()
Network error has occurred during directions service execution |
void |
routeFound(Route route)
Give resut to waiting object |
void |
routingErrors(int errors)
Server side routing errors. |
void |
routingParsingError(java.lang.String message)
Parsing error notification |
| Method Detail |
|---|
void networkError()
void routeFound(Route route)
route - found routevoid routingParsingError(java.lang.String message)
message - detalisvoid routingErrors(int errors)
OpenLSDirections
errors - possible error codes from server
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||