MOVE Last Location
MOVE Backend APIs
Returns last known location of SDK user. Context describes location source. At the moment the following contexts exist:
- timeline-end: last timeline location
- car-end: last car trip location
- trip-position: live updates during a trip
- userpos: user position - reported about once per day, independent of user timeline (although device may need to switch location in order for app to be operational); NOTE may be older than timeline-end, so please check timestamp
get
https://sdk.dolph.in
/v20/location
Last location
get
https://sdk.dolph.in
/v20/location/{context}
Last context location
Last modified 5mo ago