driving-directions Questions

2

Solved

Google gave an example http://googlemapsapi.blogspot.com/2007/05/driving-directions-support-added-to.html Is the source code available somewhere or a tutorial on that precise example ?
Harrar asked 9/10, 2010 at 16:27

6

Solved

I am getting directions including waypoints from Directions API in my Android app. It contains multiple "leg" segments which has its own distance and duration. Is there a way to sum all distances a...

3

Solved

So I'm just learning javascript to mess with the Google Maps API. I was wondering if anyone had an elegant solution to this problem I'm running into. A Google Maps route request must contain three...
Accountant asked 27/10, 2010 at 22:50

1

I'm attempting to retrieve a static image of a route from Google Maps directions API. // addresses $from_address = "Mobile,AL" $to_address = "Athens,GA" // build static image url $url_route_json...
Hf asked 1/10, 2018 at 14:44

4

Solved

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 Get driving directions using Google Maps API v2 bu...

5

Documentation says that waypoints limit is 8 points. But I have to find best waypoints order list from more than 50 waypoints. How to do that? I am able to find waypoints order by using Start + De...
Rimskykorsakov asked 26/2, 2014 at 10:23

2

I have a web application, in which we add lat and lng and in web it shows driving route clearly in the map. I have send the same details including api, lat and longitude to the android using json. ...
Penult asked 29/12, 2016 at 4:57

1

I've a route created along with a polyline over google maps api v2 (Android). My custom marker moves along the route which i achieved by creating a thread. I also get the maneuvers (turn-left, turn...
Vauban asked 16/6, 2014 at 9:36

1

I have a marker in my Google Maps map that looks like this: When the user is driving, I want to rotate it based on his driving direction. How can I achieve this? I should probably use previous l...
Wilmington asked 23/11, 2014 at 17:40

5

I use such urls like: http://maps.google.com/?saddr=546%206th%20Avenue,%20New%20York,%20NY%2010011%20(Sixth%20Avenue,%20New%20York)&daddr=W%20103rd%20St,%20New%20York,%20NY%20&dirflg=r Bu...
Arms asked 22/4, 2010 at 9:20

1

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 determi...
Cocks asked 26/5, 2013 at 16:15

2

Solved

//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 com.google.androi...

6

I was wondering what the data structure is in an application like google/bing maps. How is it that the results are returned so quickly when searching for directions? what kind of algorithms a...
Dich asked 22/1, 2010 at 4:22

5

Solved

It seems that DrivingDirections have been removed since Android API 1.0 What's the way now to display a map with two points (one of them might be the current location, but can also be any other lo...
Lowry asked 23/10, 2009 at 10:16

1

Solved

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=%@",...
Quipster asked 3/10, 2011 at 8:51

2

Solved

Documentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?
Barbarous asked 11/12, 2010 at 20:48

1

Solved

I am thinking about writing a program to check some mileage claims (about 45,000 of them actually) made by Members of the British Parliament recently. The data I have is quite course - the origin...
Essam asked 8/2, 2011 at 19:15

2

Solved

Do you know how I can get walking directions from Google by giving two specific coordinates? How can I send simple HTTP GET requests and have the result in a KML file? I don't want to geocode, but...
Pokpoke asked 11/1, 2010 at 11:52

1

Solved

On Android 1.0 there was a com.google.googlenav namespace for driving directions: Route - Improved Google Driving Directions But in newer SDK it was removed by some reason... Android: DrivingDirect...
Meganmeganthropus asked 7/1, 2010 at 21:5

1

Solved

For my application I need a server to calculate driving directions. The Google Maps API was designed for clientside use only, with a Javascript and Flash API. Is there any way I can run their API...
Wheezy asked 25/11, 2009 at 22:51

2

You guys have been helping out solving some of my problems with a Google Map lately, and thank you for that. I am almost done with this - only one problem is left. When I place the first marker on...
Muezzin asked 30/4, 2009 at 7:36
1

© 2022 - 2024 — McMap. All rights reserved.