Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

37
votes
1answer
29k views

J2ME/Android/BlackBerry - driving directions, route between two locations

On Android 1.0 there was a com.google.googlenav namespace for driving directions: Route - Improved Google Driving Directions But in newer SDK it was removed by some reason... Android: ...
4
votes
2answers
855 views

Directions and Route in iPhone using Bing Map

Can we load a Bing Map in iPhone and show Route between source and destination points thourgh some waypoints.
3
votes
2answers
897 views

how to use Google Map's API in Iphone?

I want to figure out how Google Map's API to give us directions. Create a sample tool where I can use my location as a starting point and choose another location and I can view directions (both ...
3
votes
1answer
223 views

Geographic Data Web Service

I am thinking about writing a program to check some mileage claims (about 45,000 of them actually) made by Members of the British Parliament recently. The data I have is quite course - the origin ...
3
votes
2answers
433 views

How to parse distance data with iphone from google directions api?

I'm trying to get the distance between two places (by way of roads), and I get that an http request will return a XML with the following data ...
3
votes
3answers
502 views

Describe relative angles between points (like driving directions)

I have a list of points with x, y coordinates. I know how to get the distance between points with sqrt(pow($x2 - $x1, 2) + pow($y2 - $y1, 2)) and the angle between points with atan2(y1 - y2, x1 - ...
3
votes
1answer
1k views

How to get Google Maps Public Transit Directions by HTTP server-side request

I use such urls like: http://maps.google.com/?saddr=546%206th%20Avenue,%20New%20York,%20NY%2010011%20(Sixth%20Avenue,%20New%20York)&daddr=W%20103rd%20St,%20New%20York,%20NY%20&dirflg=r But ...
3
votes
2answers
755 views

How to get markers after calling drive directions in Google Maps API?

I just started working using Google Maps API yesterday, and trying to set up drive directions to my map. My problem is: when I call the function load, // [...] gdir = new GDirections(map, ...
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 ...
3
votes
1answer
2k views

google maps export driving directions to kml file - java geogoogle

Sorry at first for my poor grammar. I am writing a program in Java using geogoogle (Google Geocoder Java API) http://geo-google.sourceforge.net/ I need from two specific points to get the walking ...
3
votes
2answers
2k views

Snap to nearest street

You guys have been helping out solving some of my problems with a Google Map lately, and thank you for that. I am almost done with this - only one problem is left. When I place the first marker on ...
3
votes
2answers
1k views

API for retrieving driving directions and traffic data?

I'm interested in working on a side-project at work that integrates traffic data and automated route planning with our dispatching application. However, it seems that Google Maps and the Microsoft ...
2
votes
1answer
130 views

How to get driving direction data from geo points?

I want to get driving directions from source to destination from google maps. I written an app by following the below link. ...
2
votes
1answer
482 views

Road Distance calculation available to Java

I am developing an Android app and want to get the road distance between 2 locations. If I understand correctly, the options are :- Using the distanceTo() or distanceBetween() methods of the ...
2
votes
1answer
642 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 ...
2
votes
1answer
744 views

Driving directions using Postgis and pgRouting

I'm looking for a library based on Postgis and pgRouting that will provide driving directions as well as a route between any two given points. The second part works fine using pgRouting but can't seem ...
1
vote
1answer
51 views

Interprating API response from Google server

I am developing a Location based application. application will show route between to locations with turn by turn directions(as in native "Maps" application with all the nodes). I am requesting to ...
1
vote
1answer
165 views

Walking, bicycle and public transport directions with time required in each mode , iPhone

I am using following url to get driving directions between two locations. NSString* apiUrlStr = [NSString stringWithFormat:@"http://maps.google.com/maps?output=dragdir&saddr=%@&daddr=%@", ...
1
vote
1answer
316 views

How to get google driving instruction using google map api on android?

I'm newbie at android programing. I have read many interesting driving direction application. so, I tried to build map and gps based application. I can get and show direction between 2 point , but I ...
1
vote
1answer
65 views

Grouping stops on a route

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 ...
1
vote
1answer
553 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 ...
1
vote
1answer
136 views

How can i get real-time tracking results?

We are trying to achieve is to collect fake gps tracks on some route without going in real time. We first realized by using maps.google.com we can download kml file from any direction between ...
1
vote
1answer
3k views

Google map driving direction source code for their example?

Google gave an example http://googlemapsapi.blogspot.com/2007/05/driving-directions-support-added-to.html Is the source code available somewhere or a tutorial on that precise example ?
1
vote
1answer
709 views

Get driving direction in iPhone

I read both iPhone and Google Map for iPhone EULA and want to implement a static driving direction map in my iPhone application (native). I am finding a simple way to get route data and display with ...
1
vote
6answers
813 views

data structure to support google/bing maps [closed]

I was wondering what the data structure is in an application like google/bing maps. How is it that the results are returned so quickly when searching for directions? what kind of algorithms are being ...
1
vote
1answer
2k views

Calculate driving directions using PHP?

For my application I need a server to calculate driving directions. The Google Maps API was designed for clientside use only, with a Javascript and Flash API. Is there any way I can run their API's ...
1
vote
5answers
5k views

Android: DrivingDirections removed since API 1.0 - how to do it in 1.5/1.6?

It seems that DrivingDirections have been removed since Android API 1.0 What's the way now to display a map with two points (one of them might be the current location, but can also be any other ...
1
vote
2answers
2k views

Providing simple address/driving directions with Google Maps

I have been pouring over the Google Maps API information, and for the life of me I can't seem to find an example, or figure out the exact right way of doing what I want. From a simple HTML layout I ...
0
votes
1answer
257 views

iPhone mapkit driving directions

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.
0
votes
1answer
873 views

Is there official API for google-maps driving navigation?

I've found that on Google support driving navigation on latest Android. http://www.google.com/mobile/navigation/index.html But, I can't find any kinds of API set to provide those kinds of functions. ...
0
votes
1answer
909 views

How To Calculate Distance Between Two Points in Driving Direction Mode in Android

everyone... I have something to ask about using a MapView in Android with Google Maps API.. I've read about how to make a Geopoint or more and find a distance between 2 points.. One thing that ...
0
votes
0answers
555 views

Android google map with directions and markers

I want to display nearby restuarants on google map in my application based on user location. I am able to show the locations on map but i also want to be able to show the name of the place when user ...
0
votes
1answer
273 views

Route doesn't get displayed Google Maps API V3

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. ...
0
votes
1answer
258 views

Is it possible to locate places of a specific type (ie. hospitals) and provide driving directions to them from my Android application?

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. ...
0
votes
1answer
776 views

Google Maps Api Directions

Can i mark two points on the google maps in my application and then calculate the direction on the map as well as turn by turn navigation ?
0
votes
1answer
374 views

Getting driving instructions in android application using Google Directions API

I have this android app where I am supposed to show the driving directions to the users. I am using Google Directions API for this. This involves making request to their url and getting the JSON in ...
0
votes
0answers
248 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
0answers
112 views

How can I find the intersection of two routes on a map?

Using any online mapping service which gives directions, is there a way to find common sections of two or more routes? Example: route 1 and route 2. The common subsequence would be something like ...
0
votes
1answer
389 views

Use the google maps API to compute the driving time between two points on an iphone

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 point ...
0
votes
2answers
807 views

Google Maps API [Directions API] Waypoints limitation?

Documentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?
0
votes
1answer
144 views

Google Maps API: Directions don't minding if street is one way or not

I want to draw direction from point A to B to C to D to ..... and I want to see only the map with directions (without text directions next to it) Problem is if I use G_TRAVEL_MODE_DRIVING it displays ...
0
votes
1answer
416 views

How to make/handle multiple Google Maps V3 DirectionsRequests? (load listener?)

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 ...
0
votes
2answers
563 views

Shortest route with no set destination in Google Maps V3?

So I'm just learning javascript to mess with the Google Maps API. I was wondering if anyone had an elegant solution to this problem I'm running into. A Google Maps route request must contain three ...
0
votes
2answers
752 views

Google Maps API - Google Directions not working in some locations

For some locations there is no driving directions available in the Google Maps API, but it works perfectly in maps.google.com. One such location is Orchha, India. I have tried it with different ...
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 = ...
0
votes
1answer
2k views

Google Maps API - “road” distance between 2 points

I have a website where "near locations" are shown for each item, based on the latitude and longitude coordinates stored in a database. Problem is that this calculated distance is the air-line ...
0
votes
1answer
262 views

Google Maps API - Map no longer displays

I setup a directions page for a small company that I do work for. It has a few markers and lets people get directions to the location from wherever they are. For some reason, the page decided to stop ...
0
votes
3answers
255 views

Best way to get free driving instructions

Is there a simple way to get driving instructions? Something like: I call "http://someservice/?start=NYC&target=Washington" and then the service returns a XML file containing routing information? ...