Can I send some Waypoint(lat & long) from my Android app to Google Map using intent, and see roads on Google Map? Does this feature free? Can I take a picture from it programmatically?
Something like https://google-developers.appspot.com/maps/documentation/javascript/examples/full/directions-waypoints
Asked
Active
Viewed 637 times
0

Sara.J
- 19
- 4
-
Try using this: https://stackoverflow.com/a/40014802/7989770 FYI: you need to get a api from Google Developers console which you need to update timely. – Deewankshi Sharma Dec 26 '17 at 12:11
-
Thank's. In Developers console what service will be used: `Google Maps Android API` or `Google Place API for Android`? – Sara.J Dec 26 '17 at 12:40
-
Google place api – Deewankshi Sharma Dec 26 '17 at 12:47
-
You can use Google Maps URLs. Have a look at this answer: https://stackoverflow.com/a/46910653/5140781 – xomena Dec 26 '17 at 13:56