Start Trip (iOS)

Explore how to start a trip on iOS with Trips v2.

To start a planned trip, you need to pass the tripID with theRoam.endTrip("tripId") method.

Roam.startTrip("tripId") { response, error in
  // Access end trip response
}

The trip response and its parameters are similar to those of the createTrip()method.

Last updated