Tagged Questions

3
votes
2answers
2k views

Google Maps HTTP API for driving and walking directions

Do you know how I can get walking directions from Google by giving two specific coordinates? How can I send simple HTTP GET requests and have the result in a KML file? I don't want to geocode, but ...
2
votes
1answer
639 views

Struggling to implement google directions api in Android App

I would like to implement google walking/cycle directions into an Android app im creating but I'm struggling to get my head around how to do this. I've recognised that the most accepted way is to ...
1
vote
1answer
552 views

Google Driving directions gadget not auto expanding

I am trying to embed the Google Driving directions gadget into an xhtml website. However when the location is set the gadget does not auto expand and holds the size defined in the original ...
0
votes
0answers
247 views

How to get all cities from Gdirections polyline?

I try to do it by Geocoder. First I generate polyline by GDirections. Than I get all vertex(LatLng) and by Geocoder getCountry in callback function try to find out all cities. But problem is that it ...
0
votes
1answer
1k views

Can I display a driving track between two points using the map kit?

Did I understand correctly: Opening google maps from my App demands closing that App in order to display google maps App? e.g doing so: NSString* urlString = ...