Questions tagged [map-directions]

151 questions
0
votes
1 answer

Google Maps disable directions and display map directly

I have searched on the internet to find out solution to this issue but i found nothing. I have following…
UMAR-MOBITSOLUTIONS
  • 77,236
  • 95
  • 209
  • 278
0
votes
1 answer

how to get directions using Google map v3 plugin for jQuery and jQuery Mobile?

i am trying to get directions on a existing map. The documentation leaded me to this: function getDirections() { console.log('get directions'); var map = $('#map'); map.gmap().bind('init', function(evt, m) { …
Patrioticcow
  • 26,422
  • 75
  • 217
  • 337
0
votes
1 answer

Directions API transit times do not match with Maps Search

I'm trying to pull transit times from google directions API. My transit travel duration (routes>>legs>>duration>>texts/values) do not match manually entered information on maps.google.com, although the directions given are the same. I've noticed…
0
votes
1 answer

Why this polyline is drawn wrong?

has anyone an idea why this particular polyline is drawn wrong? Normally everthing works fine, but for this trip i have now ideas anymore! Test site: http://junkvibration.com/test/walk/test.htm Thanks for help! My waypoints of this example…
0
votes
1 answer

Clear the directions in google map v3

We have two textboxes, in two text boxes giving the location names and converting in to latitude and longitude values. And pass the values to the below function. First time Direction loaded successfully, second time modify the text box value, It…
Kiran Kumar
  • 163
  • 1
  • 4
  • 15
0
votes
1 answer

Limits for Directions with Transit Travel Mode

I'm trying to get 4 directions with "Transit" Travel Mode in a Map. But a limitation of 3 "transit" calls per pageview was identified. I was wondering if there was something wrong with my code, or if this limitation exists in the paid version of the…
0
votes
1 answer

how to drag and reset the direction in embeded google map

how to drag and reset the direction in embeded google map. Currently I am getting the shortest route between two points, but i want to adjust it slightly to some nearest routes.I know in the original google map page we can do that but how to do it…
0
votes
2 answers

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,.. like in the second example. Is there a way to receive…
Pablote
  • 4,745
  • 9
  • 39
  • 46
0
votes
0 answers

Delphi GMap Direction Markers Substitution

I have one direction between 2 predefined markers I double click (origin/destination). When I change the position of one of the previously dblclicked markers, I want to change also the direction (origin or destination). (just like the direction…
0
votes
1 answer

JQuery Mobile and Google Maps directions trouble

I'm having a little problme with my code and i don't know what is it. I'm traying to draw the directions between to places but the code doesn't work. I try with this page:…
Alexis Polak
  • 99
  • 3
  • 11
0
votes
1 answer

Google Maps API: Directions Service on Custom Maps

I am in need of importing custom roads into Google Maps, (ie: new roads that may not yet be visible in Google Maps) and I would like them to be included in the Directions Service API. The approach I was thinking about first, was to use Google Maps…
user1630866
  • 181
  • 1
  • 1
  • 6
0
votes
1 answer

Directions API picking the wrong city

So, take a look at the results for this: http://maps.googleapis.com/maps/api/directions/json?origin=2160%20Barnes%20Ave,%20Bronx,%20NY&destination=2160%20Barnes%20Ave,%20Bronx,%20NY&sensor=false In cleartext: Origin: 2160 Barnes Ave, Bronx,…
ShortFuse
  • 5,970
  • 3
  • 36
  • 36
0
votes
1 answer

Can't load waypoints and routes on Google Maps api v3

I want to display multiple directions with dragable waypoints and save each waypoints. On my project I can click on the map to create the routes, generating a wayA point and a wayB point and draw a route between them. So, I can make multiple…
Fred Vicentin
  • 967
  • 3
  • 16
  • 33
-1
votes
1 answer

API directions answer with multiple mode

how can i get from una url API directions more then one mode? for example have in the same answer the time fore the mode transit and the time for the mode walking
-1
votes
1 answer

How to get an actual direction like east - west in unity?

I am using google API to show a map in unity and also generate object on map's location from player position. Now I want to know actual direction. It means identify direction (east-west) from google maps or google API. I made a code but it doesn't…