TripPlanCompletionListener

interface TripPlanCompletionListener

Trip plan completion listener which receives the planned TripId and whether a TripPlanError occurred. The TripId can be null in case of errors.

Functions

Link copied to clipboard
abstract fun onTripPlanCompletion(tripId: TripId?, error: TripPlanError?)