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 TypeMethodDescriptionvoid
Called when the directions request is canceled by the user.void
Called when the web request for directions is completed successfully.void
Called when the request for directions encounters an error.void
Called 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.
-