The map-directions tag has no wiki summary.
7
votes
2answers
11k views
MKMapView Route/Directions
I found that the Google Maps API supports Directions through:
var map;
var directionsPanel;
var directions;
function initialize() {
map = new GMap2(document.getElementById("map_canvas"));
...
6
votes
8answers
1k views
Is it possible to get Google Maps Directions using HTTP requests?
Is it possible to use the Google Maps API router just using HTTP? Something like http://maps.google.com?from=blah?to=blah
And have it return some sort of XML or JSON representing the directions?
4
votes
1answer
4k views
Generate walking directions with Maps app iOS
As of now, I successfully generate directions with Maps app from my app with the following code :
NSString *formattedGroceryAddress = [[NSString stringWithFormat:@"%@",((EnhancedUIActionSheet ...
3
votes
4answers
2k views
Finding Direction in iPhone like in Compass?
Do any one have idea for finding true direction using iPhone? I want to implement such application in which I need to find direction in which iPhone is pointing and want to make application same as ...
3
votes
1answer
224 views
Snap to Roads Android
I'm writing an Android app and I need the ability to take a lat/long value and find the lat/long value of the nearest road to it. I've read the article at http://econym.org.uk/gmap/snap.htm, and tried ...
3
votes
3answers
524 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
3k 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 ...
2
votes
0answers
46 views
How do I determine if a user is traveling along a specified route and in which direction?
Assume I have established a navigation route on a service like google maps. How do I determine if a user is traveling along that route and in which direction? Sort of like a GPS device knows if you ...
2
votes
1answer
689 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
514 views
Showing each step geocode of directions
Google Maps API can build a Direction from a source to a destination. In the following Google's example, each step are published into the HTML code: ...
1
vote
1answer
4k views
how to get Route directions between two points on a map to draw driving directions?
is there a way to use core location or google or some other api to provide two points on the map and get the resulting set of latitude/longitude pairs for the route?
i have seen in this tutorial ...
0
votes
0answers
15 views
Does google directions api duration reflect real time traffic?
I have been following android get duration from maps.google.com directions and I seem to be doing okay, but I have a question: does the duration returned in the JSON from google maps adjust for real ...
0
votes
0answers
62 views
How to get driving directions from the directions api response?
I am trying to draw a route on google maps in android.
For that I use the google direction api to get the route points http://code.google.com/intl/de-DE/apis/maps/documentation/directions/
Now I ...
0
votes
0answers
100 views
0
votes
0answers
146 views
Getting Public Transit directions between two locations on Android
I want to get the Public Transit route between two locations on a Google Map on Android.
The code that I am using is able to provide the driving directions in KML format. The code builds a URL by ...
0
votes
0answers
59 views
google maps api directionrenderer not working
I'm using the Directionsservice class to get the routes and then
trying to display them using the directionsrenderer. However, I get a
weird error like so:
d[tc] is not a function
[Break On This ...
0
votes
0answers
78 views
Displaying multiple directions with gmaps4rails
From this script
http://code.google.com/intl/fr/apis/maps/documentation/javascript/examples/directions-draggable.html
I would like to store directions and then display all directions on a map.
...
0
votes
2answers
84 views
flash google maps api directions failure 400
I created a map with the Google
Map API For Flash that shows directions. It creates a line between the
2 addresses and gives turnbyturn directions.
This is working perfectly in Flash test mode ...
0
votes
3answers
850 views
Link to iPhone map App from HTML page
Is there a way to link to directions in the iPhone map app from a html page?
We're placing an add in an iPhone app which will link to a mobile page on our website - we'd like to add a directions ...
0
votes
0answers
72 views
Google maps Java API DirectionsRenderer class - does it exist?
I ultimately want to suppressMarkers when mapping directions. Unfortunately, the only solution I've found is for Javascript, and there seems to be absolutely nothing in the Google Maps API for ...
0
votes
0answers
144 views
Google Maps API Directions Problem
I'm doing a website http://hotelvecchiotram.com/dovesiamo/ and on the page that i linked I've tried to implement a google map and an input box for users that want to calculate the distance between ...
0
votes
1answer
879 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
0answers
117 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
2answers
511 views
I would like to implement Google map like “Get directions” link on my Map
I would like to implement Google map like “Get directions” link on Map. I am implementing this kind of functionality first time and have no clue for how to get these maps and how to show these ...
0
votes
1answer
918 views
Google Map's DirectionsRenderer with OpenLayers
Our app uses OpenLayers with the Google Map layer. I want to know if it is possible to render directions using the DirectionsRenderer api of Google Maps on this OpenLayers map?
The example here - ...
0
votes
1answer
148 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
2answers
927 views
How to draw route between two locations in iPhone?
How can we draw the routes between two locations in MapView using the iOS 4.0? Can some one shed light on it?
0
votes
1answer
668 views
Google maps api Directions User defined Steps
I have a google map service with the stores mapped on it.
I also have directions service (then you define two addresses or more and it shows you a way on this map, see google map api directions). So I ...
0
votes
2answers
3k views
android get duration from maps.google.com directions
At the moment I am using this code to inquire google maps for directions from an address to another one, then I simply draw it on a mapview from its GeometryCollection. But yet this isn't enough I ...
0
votes
1answer
496 views
No corresponding geographic location could be found for one of the specified addresses. … Error code: 602
I started working on google maps from 10 days ago. Am facing problem in google directions. I want google directions on each marker on map. I tried to implement last night but it giving me entitled ...
0
votes
1answer
380 views
How to show “Turn left” “Turn right” messages on the route highlighted between two places on Google map?
I'm developing an application in which I need to display a message showing where to turn after user clicks a position on route highlighted with the help of directions on Google map.
There's this ...
0
votes
2answers
762 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
2answers
483 views
Google Maps directions text format
Ive noticed that sometimes gmaps directions display a turn like this:
Turn right at Gallardo
and sometimes like this:
Take the 1st left onto Arregui
I need to always see the 1st,2nd,.. ...