mapbox - How to know when we exited a roundabout when using Google Map API - Directions API -


im using google map api directions api routes show instructions users while driving.

before arrive round about, can tell them take "n th" exit. when in round about, google api thinks @ next step , saying turn right in 500m. so, want know when exited roundabout before showing next step instruction.

i aware mapbox api direction can have intersections there way have info google api?

you should aware of restrictions exposed in terms of service. please @ paragraph 10.4 (c) says

no navigation. not use service or content or in connection (a) real-time navigation or route guidance; or (b) automatic or autonomous vehicle control.

https://developers.google.com/maps/terms#10-license-restrictions

your use case might violation of tos.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -