The google-direction tag has no wiki summary.
0
votes
0answers
10 views
How to get the distance and duration from Google Directions API
I'm developing an Android app in which I created an activity that shows a list of directions taken from Google Directions API.
The url used is something like this: ...
0
votes
0answers
25 views
how to convert html string in java string
I'm retrieving an XML from the Google Maps Directions API.
The result is something like this:
<DirectionsResponse>
<status>OK</status>
<route>
...
-1
votes
1answer
27 views
How to display places on a route of a given destination
I'm trying to add markers (for places) on a route. It's like getting directions in Google maps. There should be two text boxes for origin and destination. After click on submit button the map should ...
1
vote
1answer
23 views
How can I get directions for multiple waypoints with different transit methods using the Google Directions Service?
So I understand how to use the Google Directions service to add waypoints and to change the transit mode but is it possible to do both with the same API call?
I'm trying to get directions that will ...
1
vote
0answers
40 views
Google Maps directions replies with wrong Lat/Lng values
I am using Google Maps V2 for getting driving direction. my reference is Here
there is an example i use as a HTTP request
...
0
votes
0answers
69 views
Loop through several markers from jQuery AJAX JSON file and pass the parameter as Array
Thanks for Bryan's suggestion on how to search the nearest distance between one origin and several destination. I am trying to read a JSON file by jQuery AJAX with five rows and want to pass the ...
0
votes
2answers
183 views
Find and show the route of the closest markers using DirectionsService by Google Map API v3
Thanks for the help in this forum and i almost complete my assignment in searching the shortest route between a starting point and many markers. However, my distance measurment is simply adopting ...
0
votes
1answer
53 views
Clear / Reset Direction Panel in Google Map API v3
Every time we search the route by the direction service, the result will be append to the bottom of the direction panel. Some people recommend to reset the panel in div tab as null... Can anyone ...
-1
votes
1answer
69 views
Failed in clear the route of the Direction Service in Google Map API 3
When i click a button to reset the map by clearing the marker and the direction route, i am not sure the user have already created the route or not. My function will be dead if the following codes are ...
2
votes
1answer
104 views
Google polylines taking too much time to get rendered
I am developing an iPhone application which uses google maps.
For the same application, I use google direction WebService to get direction between 2 locations. I fetch encoded polyline from google ...
0
votes
1answer
241 views
Using Google Maps Direction API into iOS app
Basically i want to show Google map with direction overlay on top of it from one place to other and Direction instructions into UITableView (eg. 30Miles move left , 20 miles turn Right etc.)
Is it ...
2
votes
0answers
248 views
How to find places along the route using google map api?
If you are getting the route using google.maps.DirectionsService() (say from e.g: Reims to Paris). Now, how can we get all places (say if searching hotels, restaurants or gas stations) which can be ...
0
votes
1answer
31 views
Getting No response from google direction api
I am using google direction api to get direction/routes between two places.
When I query
...
0
votes
2answers
116 views
Explaination of time format (Google Directions API)
I have read the documentation of the Google Directions API for making a direction request. An example of a URL is given as
...
0
votes
1answer
79 views
How do I get Google Maps directions to recognize establishment from the Places API?
I am trying to show directions between 2 'establishment' search results from the Places API, but what is the best way to pass these locations into directions?
When I use the Places library and get ...
0
votes
1answer
628 views
Directions API on Android
While I was going through this blog, I got confused about using the Directions API on android.
Is it possible to integrate the Directions API on the Map?
To make it more clear, I am working on an ...
-1
votes
1answer
62 views
Can I get a list of roads from Google Map Directions?
When getting directions via the google maps javascript API v3, is it possible to get a list of all roads encountered on the journey?
The directions instructions obviously have the road names and ...
1
vote
1answer
107 views
Django and JSON POSTs with Google API craze characters
Background
I am building an app that helps people search for lifts. I'm using Django, Python2.7 and the Google maps and directions APIs.
In one view I use a map and allow the user to pick a few ...
2
votes
0answers
65 views
Maps API 3 Directions with fuzzy via co-ordinates
I have a number of GPS co-ordinates that describe a route. My intention is to draw a polyline along the route, and then colour segments based on some data I have.
Problem is, the GPS coordinates can ...
0
votes
0answers
127 views
Excluding a road on a route using Google Directions API Android
I'm currently coding an Android app that allows users to report and subsequently view road delays. I've included a feature that allows the user to get directions from A to B which are displayed both ...
0
votes
1answer
44 views
How to check one place is present in route or not using Google Directions API?
I have one place I want to check that place is present between route of Source and Destination using Google Directions API.
for example:
A - source
B - destination
and
C - is the place.
Now i want ...
-1
votes
3answers
383 views
Travel Distance between two Lat and Long
I am looking to calculate and give the distance between two sets of Lat and Long for travel on Road.
I have had a look at the Google's Directions and Distance Matrix API. And also done a lot of ...
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
43 views
XML file downloaded from URL <b> / </b> not recognised
I have used this Java NIO to download a xml file from Google Direction.
A screenshot of the xml file opened in IE. This is another screenshot of how it should look right.
For some reason the tags ...
1
vote
0answers
38 views
bad uri on rails google direcrtions api
I am trying to send request to google directions api on rails and I tried a few things, this is what i have now -
url = URI.parse(requested_url)
full_path = (url.query.blank?) ? url.path : ...
2
votes
2answers
111 views
Finding address by distance value, in Google Maps Api?
I want to find a specific address that, is neither user-configurable nor static or known in advance. In other words I want my application to be able to calculate what address is placed in a distance ...
0
votes
1answer
740 views
iOS: distance of route between two locations
I have a MKMapview with multiple annotations. When the user chooses an annotation, the "callout" view shows the location's name and the distance between the location and the user location.
I'm stuck ...
0
votes
2answers
90 views
Eliminating off-the-road points using google apis
After running my API, I get Geo-points as shown below.The blue ones are on the right route but the red ones are off the route. I need to join the points to get my final route.How to eliminate such red ...
0
votes
2answers
122 views
Google directions api changes destination address
Can someone explain why the destination address I entered in the source code is not the same as the end location on this page?
http://talextech.net/test_map.php
If I input the origin and destination ...
0
votes
1answer
196 views
How to draw a line snap to street given coordinates? [closed]
Given coordinates, how could I find the way to draw a line all over the street (or nearest street if coordinates are not so accurate) ?
Example:
I have these coordinates: 40.752443,-73.987376 (part ...
0
votes
0answers
48 views
Possible to show current progress using Google Directions?
I have limited experience with the Google Maps API and was wondering if it is possible to show users current progress in the directions list? i.e. highlight where the user is up to based on their ...
1
vote
1answer
350 views
setRouteIndex not working in google map direction JS api v3
according to this, directionRenderer object's method setRouteIndex() should Set the (zero-based) index of the route in the DirectionsResult object to render.
here is what i have done:
...
1
vote
1answer
323 views
How to write a GPS routing application wthi Google Maps API [closed]
I'm going to write a GPS routing application using Google APIs. So far I know that I have to use Google Directions service to obtain and show the path between two points on a map.
But How can I show ...
1
vote
0answers
138 views
Search locations along route with google api on android [closed]
I have a route. While moving along this route I want to search for some locations (ie. restaurants, train stations), that are near this route. I would like to receive those found locations in JSON or ...
1
vote
1answer
739 views
Android Google Maps Directions on MapView
I'm trying to find a way to use Google Map Directions to show the directions to point A and point B without launching it as an Intent which opens the map on either Google Navigator or on your phone ...
2
votes
1answer
355 views
Google Geolocation and Direction API
How do you combine both Google Geolocation and Direction API such that when you click the geolocation marker and any one of the markers (of which I hardcoded the coordinates), it will show the ...
2
votes
1answer
1k views
Array to create multiple routes on Google Maps v3
I have a Google Maps project, and I want to do an array to create multiple routes using directions.
For example, I click on the map and appear a marker named "A", and when I click the second time, ...
1
vote
2answers
211 views
Google direction api request invalid in ios5
Here is my request:
https://maps.googleapis.com/maps/api/directions/json?origin=49.276951,-123.128559&destination=49.277874,-122.912404&mode=transit&sensor=false
The result is:
{
...
1
vote
2answers
203 views
Does Google Directions API take accounts to traffic?
i know in the google map application for android, it does. However i am not sure if it does for driving direction using https://developers.google.com/maps/documentation/directions/
0
votes
2answers
336 views
Language translatation for direction information of Google Direction API
Following is the my code for getting direction detail..
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Google Maps API v3 ...
20
votes
8answers
7k views
Google Maps API Version difference
I'm trying to show route between two places, I want to used Google Places API V3 for route steps between two points.
Before I was using Old Google Maps API, and following request gives perfect ...
0
votes
2answers
304 views
Is there any way to wait until the DirectionsService returns results?
I have a problem with the Google DirectionsService. I know it's asynchronous and that is the cause of my troubles. I'd like to wait until the DirectionsService returns a result instead of executing ...
2
votes
1answer
178 views
google directions doesn't return any routes when using certain waypoints
I'm using google directions in order to get a route with waypoints. I have the name of the waypoints from an previous call to the Places Api. The problem is that if I make this call:
...
0
votes
1answer
398 views
Google Maps/Directions using mouse drag
I'm looking for some JavaScript utility (or something like that) for displaying driving directions. I'm looking for almost the same as Google Maps/Directions. Notice, when you create a route between 2 ...
0
votes
2answers
1k views
Get Directions to a Google Maps Marker
I'm trying to get directions to a Google Maps Marker position from a postcode that a user can enter in a textbox. I'm using the Maps, Places and Directions Google Libraries.
I've found this example ...
0
votes
1answer
1k views
Display Google Map Direction instructions in different languages
I am using Google Map service. Now I integrated Google Map Direction into my application, but all direction instructions are English.
Anyone know the way to translate it into other languages? (e.g ...
9
votes
2answers
9k views
How to decode the Google Directions API polylines field into lat long points in objective-C for iPhone?
I want to draw routes on a map corresponding to directions JSON which I am getting through the Google Directions API: http://code.google.com/apis/maps/documentation/directions/
I have figured out ...
0
votes
2answers
475 views
How to avoid both tolls and highways for Restrictions in Google Directions API?
Google Directions API allows us to attempt to avoid tolls by supplying the argument &avoid=tolls.
Also, we can attempt to avoid highways by supplying the argument &avoid=highways.
I was ...
3
votes
1answer
2k views
Exceed 23 waypoint per request limit on Google Directions API (Business level)
I would like to use the google directions API to develop route planning software for a company that handles snowplows in the winter and landscaping in the summer. One of the customers requirements is ...
2
votes
2answers
1k views
how to Draw train route map between source and destination in android [duplicate]
Possible Duplicate:
Android draw route on a Mapview with twoo POI-s
I draw route map between two areas using Google direction API, but I am thinking to draw train route between two stations ...




