It's possible with Google Maps's SDK to start a navigation with directions from point A to point B?
Asked
Active
Viewed 1,821 times
-2
-
Possible duplicate of [Is it possible to create turn-by-turn GPS navigation app on Android/iOS using Google Maps?](https://stackoverflow.com/questions/24531391/is-it-possible-to-create-turn-by-turn-gps-navigation-app-on-android-ios-using-go) – Arash Etemad Oct 14 '19 at 09:55
1 Answers
0
Yes, you can show routes on google map using Goole Map platform APIS.
But you can't implement same way like in google map(with voice). You can use Direction API by google to get the path points from Point A to Point B and draw a polyline on google map.
Google does not provide navigation with voice as in google map. There is no such apis available from google.
For more details about this visit Direction API

Mayank Verma
- 108
- 1
- 8

Mahendra
- 8,448
- 3
- 33
- 56
-
Many thanks, I see and it's impossibile with the Google's SDK I try with another tool – Fabio Cirruto Oct 15 '19 at 10:14