Interface RoutePointListener


public interface RoutePointListener
Adding new route point result listener
Since:
1.0
  • Method Details

    • onRoutePointAdded

      void onRoutePointAdded(@IntRange(from=1L) int pointId, boolean isInRestrictedArea)
      Route point was successfully added
      Parameters:
      pointId - id of the newly added route point
      isInRestrictedArea - true/false when the route point was added to a road with restricted access
      Since:
      1.0
    • onAddingRoutePointFailed

      void onAddingRoutePointFailed(@NonNull RoutePointListener.AddingRoutePointErrorCode errorCode)
      Adding route point failed
      Since:
      1.0