- Location data in location receiver is changed from single location object to list of location updates.
- Trip data in trip receiver is changed from single trip object to list of trip updates for Android only.
- New parameter added to
Roam.setForegroundNotification()
method.
- The parameter for distance covered in trip summary method is changed from
distance
todistanceCovered
for Android. This is to match the iOS trip response.
- The Roam.subscribeTripStatus() method has been renamed to Roam.subscribeTrip()
- The Roam.updateTrip() method is newly added
- The Roam.stopTrip() method has been renamed to Roam.endTrip()
- All the below trips method will use the new trips v2 logic where origins and destinations are called as stops.
- Roam.createTrip()
- Roam.startQuickTrip()
- Roam.startTrip()
- Roam.updateTrip()
- Roam.endTrip()
- Roam.pauseTrip()
- Roam.resumeTrip()
- Roam.syncTrip()
- Roam.getTrip()
- Roam.getActiveTrips()
- Roam.getTripSummary()
- Roam.subscribeTrip()
- Roam.unSubscribeTrip()
- Roam.deleteTrip()