BarryW Active Member Licensed User Longtime User Apr 15, 2015 #1 Is it possible to get the possible road direction from one location to another using google map? Tnx... Attachments Screenshot_2015-04-15-10-33-20.jpg 430.5 KB · Views: 536
Is it possible to get the possible road direction from one location to another using google map? Tnx...
Erel B4X founder Staff member Licensed User Longtime User Apr 15, 2015 #2 Not with the Android SDK. You will need to use the online web service for this. Upvote 0
Mark Read Well-Known Member Licensed User Longtime User Apr 15, 2015 #3 Have a look here https://developers.google.com/maps/documentation/directions/?hl=en#DirectionsRequests Upvote 0
Have a look here https://developers.google.com/maps/documentation/directions/?hl=en#DirectionsRequests
BarryW Active Member Licensed User Longtime User Apr 15, 2015 #4 Erel said: Not with the Android SDK. You will need to use the online web service for this. Click to expand... Can you give a sample for this... Upvote 0
Erel said: Not with the Android SDK. You will need to use the online web service for this. Click to expand... Can you give a sample for this...
DonManfred Expert Licensed User Longtime User Apr 15, 2015 #5 BarryW said: Can you give a sample for this... Click to expand... mark35at said: Have a look here https://developers.google.com/maps/documentation/directions/?hl=en#DirectionsRequests Click to expand... You just need to make a correct httputils-call Upvote 0
BarryW said: Can you give a sample for this... Click to expand... mark35at said: Have a look here https://developers.google.com/maps/documentation/directions/?hl=en#DirectionsRequests Click to expand... You just need to make a correct httputils-call
Mark Read Well-Known Member Licensed User Longtime User Apr 16, 2015 #6 On the page I quoted are already a few examples! Upvote 0
Mark Read Well-Known Member Licensed User Longtime User Apr 16, 2015 #7 This should also help. https://www.b4x.com/android/forum/t...ke-a-library-for-google-api-directions.42989/ Upvote 0
This should also help. https://www.b4x.com/android/forum/t...ke-a-library-for-google-api-directions.42989/