The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
23 views

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

google maps - Segmenting animated directions in single functions / calls

I am using the script developed by Larry at http://www.geocodezip.com/v3_animate_marker_directions.html to animate an icon in Google Maps following a defined direction path. My path includes 8 ...
1
vote
2answers
116 views

How to build inhouse map navigation for iOS application?

I have a requirement mentioned below: Already have a floor plan map image First detect current location on floor Then select the destination location using floor plan map image Now application ...
0
votes
0answers
15 views

Google Maps Direction Simple Sample does not work

I want to do something with Google Maps. But the simple demo does not wirk (api key is correct). Here is my sample from the official website: http://test.wolgensinger.com/directions.html Does anybody ...
0
votes
0answers
333 views

Loading HTML file containing JavaScript code as String in Android WebView

I am phasing a different problem when i am trying to load HTML String containing JavaScript code in to android WebView. If i save 1 html file in assets folder with same String in the file content and ...
4
votes
2answers
277 views

Fetching all the coordinates along a route generated by Directions Service in Google Maps Apiv3

My application allows a user to select two points on the map and find a route between them using the Directions Service of the Google maps Apiv3. Then the coordinates along this route has to be saved ...
1
vote
1answer
73 views

Check user is following the route or not (iphone)

i am making an navigation based application. In this application i am drawing a route from points selected by the user. I have requirement of recalculating route if user is not following the route. ...
2
votes
0answers
131 views

Voice navigation possible in google map api?

How to I activate voice based directions using google map api v3? I already implemented the maps which give directions from start to end points. But now I want to hear the name of my current location ...
0
votes
1answer
122 views

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

Google directions on OpenLayers

I'm a big fan of OpenLayers. The only thing i'm missing here are directions. Since google maps supports directions, I want to integrate these with OpenLayers. Is it possible to use the google maps ...
2
votes
0answers
185 views

Google Maps API directions recalculate on drag

Thank you for your time. Brief: Google Maps API V3 project Click on map to place markers Directions Service calculates route between two sequential points Goal: Recalculate the route when one of ...
1
vote
0answers
173 views

iOS 6 Getting Directions in new Apple Map on Foot or Walking

I'm unable get the Walking directions using Apple Map app, But if use MKLaunchOptionsDirectionsModeDriving rather than MKLaunchOptionsDirectionsModeWalking the code works, can someone please help a ...
1
vote
2answers
66 views

Android Maps Direction

I am looking to integrate Directions between a Lat, Long and the present location of the User. I would want at the click of the button to direct the user to the installed Google Maps/ Other Apps and ...
0
votes
3answers
224 views

How to show Google Maps Directions in tabs or div that has display:none

When I'm loading a Google Map (v3) with Directions into a div that is hidden from the user, the resulting map is not zoomed and centered correctly. I tried firing a resize event but that did only ...
1
vote
1answer
76 views

to and from path in map

I am creating iPhone application where I want to display where Client is located. I have done that. Now client requested they want directions to show if anyone want to reach at our place. Any link/ ...
0
votes
0answers
117 views

Finding directions or a path between any two cities on Earth

Google Maps seems to be very limited in finding directions between two cities divided by an ocean. For example, directions query from Tokyo to New York City works, showing "Sail across the Pacific ...
0
votes
0answers
182 views

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

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

Not getting KML file as response [closed]

I am creating an application where I have to post to this url: Url to get KML The url is supposed to return a KML file, according to this tutorial: Tutorial link But when I am hitting the url, I am ...
0
votes
1answer
659 views

Goggle maps API - Uncaught ReferenceError: directionsService is not defined [closed]

Ia m trying to use direction on my map used on my site, but there is one error that keeps popping up and I have no idea how to get rid of it! Uncaught ReferenceError: directionsService is not ...
1
vote
1answer
238 views

GMap, gmap3 plugin and 'getRoute' call that changed object received in result

I'm still not sure I'm seeing it right, but here it is: I'm using jquery gmap3 plugin for getting some routing from Google Maps. Plugin is v4.1. Normally, in callback function for getRoute action, I ...
0
votes
0answers
147 views

How to use Javascript to get GDirections in Google map **subgurim** .net?

I need to get GDirections onto subgurim map control using Javascript. Inbuilt GDirections class in subgurim, gets inputs from two default text fields. But I need to pass coordinates from codebehind ...
0
votes
0answers
129 views

Get distance to next bus stop / train station (germany) [closed]

Is there an API / DB I can query to get the closest bus stop / train station to a given latitude + longitude? It would be sufficient for me if it would work across Germany. I was thinking about using ...
0
votes
1answer
365 views

How to get MKPolylines follow the roads properly in MKMapView (iOS)?

) I'm trying to put a direction polyline on a MKMapView in my iOS project, using Google Directions API. I used the code found in this blog : http://iosguy.com/2012/05/22/tracing-routes-with-mapkit/ , ...
1
vote
1answer
322 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: ...
0
votes
1answer
204 views

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

Directions API picking the wrong city

So, take a look at the results for this: ...
0
votes
0answers
411 views

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

Make a marker calculate a direction on road

I'm new on Google API and need a help. I want to make the markers calculate a rote on google maps, Tryied to search on Google Documentation but I dont found a way. I'm new on de platform and this is ...
2
votes
1answer
732 views

Is there a way to override the Google Directions service zoom values?

I'm using the code below to get the route between two points: directionsService.route(request, function(response, status) { if (status == google.maps.DirectionsStatus.OK) { ...
2
votes
0answers
191 views

Google Maps API - Midpoint along route

I've been playing around with the Google Maps/Google directions API. Does anyone have an inkling on how I might be able to find the mid-point along a route, not the geographic midpoint. Ideally I'd ...
1
vote
2answers
442 views

How to make infinite polyline in google directions and fit draggable markers to the line?

I discovered that is possible to add only eight waypoints in google api directions, you know how to bypass this limitation? I've tried to display direction api, but gave up this idea. Now my solution ...
1
vote
1answer
1k views

Handling multiple routes with waypoints in Google Maps v3

I want to display multiple directions with dragable waypoints and save each waypoints associating with origin, destination in object or database whenever Route.prototype.setWayPoints() is called. ...
1
vote
1answer
205 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
192 views

Recalculate Google Maps Direction if take the wrong lane

I use the Google Maps Javascript API v3 for calculating the directions from my current position to my end destination in an iPad PhoneGap Application. Now I want to make a function which ...
0
votes
1answer
165 views

Remove Directions not working

I'd like a javascript link that will remove the directions from my map. Elsewhere on this forum Remove directions from google map api v3 someone asked a similar question and had a solution - but ...
0
votes
1answer
106 views

Error coming up when trying to implement Google map directions, method definition not found

I have been trying to add a link to Google Maps so that I can show some directions to a location. The only problem i'm having is the code not recognizing the method. Here's samples below, hope they ...
1
vote
1answer
427 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
2answers
1k 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 ...
2
votes
1answer
71 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 ...
0
votes
1answer
375 views

Google Maps Directions in XML public transit

I have a google maps directions link shown in XML: ...
0
votes
2answers
164 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 ...
5
votes
4answers
10k 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
2answers
5k 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
2answers
1k 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
2k 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 - ...
6
votes
1answer
10k 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 ...
1
vote
1answer
292 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 ...
8
votes
4answers
5k 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 ...
0
votes
2answers
1k 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?

1 2