The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
46 views

Is there any way to determine the driving time between two locations using Apple's Maps API?

I am evaluating using google's Distance Matrix / Places / Maps API, versus Apple's Maps api for an iOS app. I am looking at the MKDirectionsRequest class, and I can't seem to find a way to determine ...
0
votes
0answers
88 views

GOOGLE Map Multiple Infobox and direction

I have gone a step ahead with including the google get directions embedded in my code alongwith a infobox. Now the problem is that I want to display multiple markers on the page with different ...
1
vote
1answer
490 views

Driving route from my location to multiple destination in Google Maps Android API V2

can you help me how to draw a driving route from my location ( current location ) to a some locations which we manually enter in the program, so when we taped a marked location, a driving route will ...
0
votes
1answer
43 views

Newbie - Google Maps API driving directions for multiple level buildings [closed]

I'm completely new to this and not entirely sure if this is the appropriate place to be posting this question. I would like information on and if it is possible to use Google Maps API or similar ...
2
votes
0answers
152 views

How to center Google maps driving directions between destination and source

I am using google maps URL commands to draw driving directions from a source to destination using the following commands: String geoUriString = "http://maps.google.com/maps?" + ...
1
vote
1answer
246 views

calculate the distance of routes of two railway station in google map

I know with the Google API, it is possible to calculate the distances of routes between two points, however most examples I see is the direction service calculate distances on the car/ walking/ ...
0
votes
1answer
121 views

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

Android Google Maps application using directions and elevation services [duplicate]

I am trying to create an Android application which should give to the user a route between two places. This route will be calculated using elevation informations of the path between the two points ...
0
votes
0answers
99 views

Displaying route on Google maps

We are trying to copy Google directions service in our application. e.g by giving source and destination in two text boxes (with Google map behind the overly) and when we press enter the routes ...
3
votes
4answers
292 views

Travelling salesman with a few constraints

I'm trying to find the most optimal way to driving through points say A, B, C and D with some additional constraints - certain points have to be reached before others. Say D has to be reached before ...
0
votes
1answer
169 views

No route found while getting map direction through intent

I am trying to find map direction between two location. source location is device location. destination location is database which I maintain. Here is my code. I am able to reach the screen where I ...
0
votes
1answer
123 views

asynctask json direction eror in RouteOverlay rOverlay = new RouteOverlay(route, Color.BLUE); it can't displayed the path between that 2 point

i've got an error in RouteOverlay rOverlay = new RouteOverlay(route, Color.BLUE); it can't displayed the path between that 2 point. is there can help my problem? when its not contain error, the map ...
0
votes
1answer
367 views

google maps api works at localhost but doesn't work at web server

I used google maps api for selecting some points on map and find to shortest driving route. Everythings works in localhost, but when i publish and upload it server, it doesn't work... Why it's ...
1
vote
3answers
3k views

Is there a way to show road directions in Google Map API v2?

I was looking for an answer using Google and here, and the only relevant posts i have found are: Google Maps Android V2 and Direction API Google map API v2 - get driving directions but there is no ...
0
votes
1answer
115 views

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

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 : ...
-2
votes
1answer
180 views

getting direction drive description from kml file [closed]

I hope to get direction drive description (google maps API service direction) from a KML file that i have in my site, is there possible. Thanks for help.
0
votes
1answer
580 views

iOS driving directions in iOS6

I have been searching all around about how to integrate driving directions into MKMapView within my application. Is the only way to open the Apple Maps program and go from there, or is their a way of ...
-2
votes
1answer
127 views

2 maps one page one map is spawned from the marker of the first (2nd map not showing up) [closed]

Hi Can anyone help with this? I have a map where markers note each location (duh) and then inside the marker is a get directions link which spawans a popup. Everything works fine except the map(2nd ...
1
vote
3answers
967 views

how to use method in AsyncTask in android?

In my application use JASON webservice to get data from Google Navigarion api. I use the Code is below. i got Exception android.os.NetworkOnMainThreadException. how to use AsyncTask? here is my ...
0
votes
1answer
210 views

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

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 ...
1
vote
2answers
157 views

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, ...
4
votes
1answer
633 views

Updating Current Location in Google Maps using UIWebview in iOS

I have a WebView I created in app which calls Google Maps Directions to plot out the route between the Current Location and a POI. The entire google map with directions is loaded as soon as the ...
0
votes
1answer
600 views

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 <body ...
3
votes
2answers
117 views

How can I prevent the results produced by Google Maps API v3 DirectionsService being influenced by current traffic conditions?

I have written a website that uses the DirectionsService of Google Maps API v3 to find the driving distance between two user-defined locations. I have found that it produces different results at ...
0
votes
1answer
470 views

retrieve Google directions for Android

Based on this code: Why retrieving Google Directions for Android using KML data is not working anymore? i tried to build a sample application. The problem is that nothing has been designed to the map. ...
0
votes
1answer
486 views

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. ...
1
vote
2answers
435 views

Get distance from two location

I searched so many links here.But i didn't understand full code. Suggest me a simple and easily understand code for driving direction between two location,and get distance from two location.
2
votes
2answers
801 views

displaying route path names

//main activity in this class two errors shown below within the comments import android.graphics.Color; import android.os.Bundle; import com.google.android.maps.GeoPoint; import ...
1
vote
1answer
517 views

Get JSON Google Directions Output in another Language?

I'm using JSON output of Google Directions to parse it in my Android App, is there a way to retrieve the Directions using another language? in KML I used to add this parameter hl=xx for another ...
16
votes
1answer
15k views

Why retrieving Google Directions for Android using KML data is not working anymore? [duplicate]

Possible Duplicate: Google Maps output=kml broken? I started to get Error when I'm trying to retrieve Google Directions using KML data since few days. The Error seems that the URL I'm ...
0
votes
1answer
1k views

Clickable Driving Direction on Google Maps v3

I'm making a google maps project and need to create a route clicking on it. My project has 2 points that has a predefined lat and lng, and I want to draw by myself the start and the end of the point ...
0
votes
1answer
257 views

how to show google maps road direction

i want to display manually road direction waypoint in android and NOT using intent like Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse cz i want the direction data, so i want to save ...
0
votes
1answer
156 views

how to set opacity/transparent in DirectionPathOverlay class <class to draw path>

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

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

Adding an event to the suggested routes results in Google Maps

So what I'm trying to do is this: I have two points that I get from my database and I'm trying to get the suggested routes. I've been able to get and print the suggested route and to display the map ...
0
votes
0answers
170 views

“Get Directions” gadget is not showing up at all

I'm trying to embed your "Get Directions" gadget into my website. It's incredibly straight-forward, however when I embed the js code given to me by google into the html of my page, the page takes a ...
0
votes
2answers
845 views

How to programmatically launch map appliction in android to show direction?

My client asked me to show directions between two location. Therefore he wants that our application should launch map application of android and show direction between two location. I could not find ...
1
vote
0answers
182 views

Programmatically following Google directions?

I'm building an iPad app that will present a screen-by-screen walkthrough of directions sourced from Google's Directions API. I'd like to track the user's progress through physical space using ...
0
votes
1answer
217 views

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?
1
vote
1answer
215 views

Is there a way to add custom roads (e.g. off-road routes) to google maps and then get directions to use them?

I want to add some custom roads using google maps api (i.e. off-road routes, gravel roads that aren't marked as roads in the map, etc) and then use those roads in conjunction with existing roads to ...
0
votes
1answer
740 views

Calculating the driving distance between two points using PHP only (Bing maps)

I'd like to work out the distance between two points. No map. No javascript. Just the distance. I understand Google maps prohibits this and it's against their terms of service. But Bing Maps doesn't ...
0
votes
1answer
317 views

Displaying route details from direction render marker in Google map v3

I tried to display road network info in the respective infoWindow generated by Direction Render marker.E.g Marker A when click the infoWindow contain all details from A to B. Besides, an array of ...
0
votes
1answer
418 views

Google Directions API, reduce XML output size

I'm using the Google Directions API specified here https://developers.google.com/maps/documentation/directions/ it's working good, but the XML returned is a bit large, I don't need all the data they ...
0
votes
1answer
1k views

Driving direction using google maps API

I have been trying to figure out driving directions using user input and it looks like that functionality has been removed from the google maps API. Is this corrects? I have been searching and have ...
2
votes
1answer
699 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. ...
1
vote
1answer
122 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 ...
2
votes
1answer
2k 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=%@", ...
0
votes
1answer
564 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.

1 2