Make startTrip
independent by combining it with startTracking
and createTrip
methods
#27
jothipriyadharshanr
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
@jothipriyadharshanr |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #27
Originally posted by jothipriyadharshanr August 10, 2021
Currently
startTrip()
method has a mandatory input parameter ie.trip_id
and return success or error callbacks when trips starts or error.trip_id
which has to be either created bycreateTrip()
method or Create Trip API assigned to the user initially beforestartTrip()
startTracking()
with desired tracking method along with thestartTrip()
is not possible.Proposed
startTrip()
method to have optional values below:stopTrip()
method to have optional values below:Example
Beta Was this translation helpful? Give feedback.
All reactions