Questions tagged [driving-directions]
140 questions
0
votes
1 answer
How to detect direction when using google direction API
Im using google direction service to get direction between two points in the map.
I have successed with this problem.
My prolem now is how to detect the direction image in direction image. I see a varius number of instruction like turn right,…

Thanh Le
- 1,370
- 2
- 19
- 30
0
votes
1 answer
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 distance, which differs a lot ferom the actual driving…

Alex
- 12,205
- 7
- 42
- 52
0
votes
1 answer
Driving time API other than google directions?
I have an application where I should have the driving time between a point A and a set of points. I have the GPS coordinates of all these points.
I tried to do the job using google maps directions api, but the problem is that the program must wait…
0
votes
1 answer
mapView showing white screen
I want to show route between 2 geopoint in my mapview, but when I run, it alwasy show a white screen on my mapview. I use the example in this link for my reference
here's my MapActivity class :
public class M_hospital_map extends MapActivity {
//…
0
votes
1 answer
Android project for displaing driving routes not working
I am developing an android app for displaying driving routes between 2 points by following this tutorial-
http://asmncl.blogspot.co.uk/2012/04/android-draw-route-map-between-two.html
, but my app is stopping after I run it.
I am not using kml,as I…

user1833186
- 33
- 7
0
votes
1 answer
Google Maps API V3: pass marker coordinate to google directions service request
Users search my map with the Google places API which adds markers to my map. I have a click event inside each markers infowindow to get directions to that marker.
How do I pass the coordinates of the selected marker to my google directions service…

Rick
- 61
- 5
- 12
0
votes
2 answers
Calculating and storing lots of driving distances each day (PHP JavaScript)
first time here so I'll try to be precise and detailed.
I'm working on a project where users will be able to sort local attractions by driving distance. The starting point will be their home address, the ending point will be one of the (many)…

Loque
- 19
- 3
0
votes
1 answer
Get directions issues with Google maps
I'm quite new at this, the problem is the directions panel wont go away when you click reset and how do I get the travel mode options to function. Thank You
HTML code

user1704833
- 1
- 1
- 1
0
votes
1 answer
How to set user current location in default navigation one Geopoint?
I want to set my current location is default in my one Geopoint.If i want to get direction path from my current location to another location,i want to show default current location in my one location.
This is the code for find user current…

Ram
- 1,687
- 3
- 18
- 28
0
votes
1 answer
how to set opacity/transparent in DirectionPathOverlay class
if we make an application to make route/path using android and google maps, we can use class DirectionPathOverlay to make line from one point to other, but i cant make the line more transparent (not 100% transparent), it makes street name cant read…

sephtian
- 445
- 2
- 11
- 23
0
votes
1 answer
Directional arrow from source to destination driving directions
What I want :
My app requires plotting driving directions from source to destination, which is done.My problem is I need a directional arrow pointing from source to destination.
What have I done:
I am able to draw an arrow, also I have calculated…

Abhilasha
- 929
- 1
- 17
- 37
0
votes
1 answer
Getting Directions from Google Static Map for a Mobile Site
I have a mobile site I am building. It has a Google static map on it. I would like to be able to tie into the phone's gps and get directions through the phone. Is this even possible?

Barrett
- 25
- 4
-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

Luca Varuolo
- 1
- 1
-1
votes
3 answers
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?
Has anybody ever tried to access such a web-based…

Chris
- 9,209
- 16
- 58
- 74
-1
votes
1 answer
How to get multiple routes from source to destination using bing maps api in python?
I have written a python code which generates the latitude and longitude of source and destination point. Now I want to get multiple possible routes between the two points. How can I obtain it using bing maps api?
If not possible, what alternatives…

Hamsa
- 476
- 5
- 23