planTripTo

fun planTripTo(tripService: TripServiceApi, tripDestination: Place)

Plans a trip to the given tripDestination.

Parameters

tripService

A reference to the TripService API instance.