Interface Routing.RouteCoordinatesListener

Enclosing interface:
Routing

public static interface Routing.RouteCoordinatesListener
Listener receiving route coordinates
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Route coordinates retrieved
  • Method Details

    • onRouteCoordinates

      void onRouteCoordinates(@Nullable List<Coordinate> coordinates)
      Route coordinates retrieved
      Parameters:
      coordinates - route coordinates (null if the route with given ID does not exist)