I need to build an application similar to iPhone built-in maps开发者_开发百科. I want to give the start and end location and the route directions to reach there along with the distance. Please help me
I\'ve found that on Google support driving navigation on latest Android. http://www.google.com/mobile/navigation/index.html
For the simplicity sake I have put the code for displaying the map and the route in the function \"initialize\". The Map IS getting displayed, but the route is not. Please point out the error.
I would like to determine which of a specific type of location (ie. which hospital) is closest to the device\'s current location and then provide the user with driving directions to that location (ie.
Can i mark two points on the google maps in my ap开发者_C百科plication and then calculate the direction on the map as well as turn by turn navigation ?I am create an application which are used to get
I work on a project where I have to organize service routes for a pest control company in our software package.We discussed several options to organize the stops for each day in the most efficient man
Hey guys. I have an iphone application that sorts locations based on how long it would take to get there. Is there a way to use google maps (or something similar) to find the travel time between po开发
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 specificati
Docu开发者_如何学Gomentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?The Google Maps Api V3 says:
I have a script that tries to loop through a small array of Google Maps DirectionsRequest objects; I need a way to make the script wait until the DirectionsService responds, so I can save the result b