Interface Directions.DirectionsRequestListener

All Known Implementing Classes:
MapView
Enclosing class:
Directions

public static interface Directions.DirectionsRequestListener
A listener for receiving events from Directions.
  • Method Details

    • onDirectionsRequestStart

      void onDirectionsRequestStart()
      Called when beginning to request directions.
    • onDirectionsRequestComplete

      void onDirectionsRequestComplete(DirectionsResponse response)
      Called when the web request for directions is completed successfully.
    • onDirectionsRequestError

      void onDirectionsRequestError(Throwable tr)
      Called when the request for directions encounters an error.
    • onDirectionsRequestCanceled

      void onDirectionsRequestCanceled()
      Called when the directions request is canceled by the user.