Interface Directions.DirectionsRequestListener
- All Known Implementing Classes:
MapView
- Enclosing class:
Directions
public static interface Directions.DirectionsRequestListener
A listener for receiving events from
Directions.-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the directions request is canceled by the user.voidCalled when the web request for directions is completed successfully.voidCalled when the request for directions encounters an error.voidCalled when beginning to request directions.
-
Method Details
-
onDirectionsRequestStart
void onDirectionsRequestStart()Called when beginning to request directions. -
onDirectionsRequestComplete
Called when the web request for directions is completed successfully. -
onDirectionsRequestError
Called when the request for directions encounters an error. -
onDirectionsRequestCanceled
void onDirectionsRequestCanceled()Called when the directions request is canceled by the user.
-