map-directions Questions
3
Solved
Can anyone share a documentation / code sample for Flutter google maps plugin where I can rotate the marker ( ex: a car icon ) according to the driving direction. I saw this can be achieved on nati...
Spoilsman asked 10/7, 2019 at 6:24
2
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 locati...
Kussell asked 19/3, 2013 at 10:2
0
I am using Google direction API to fetch directions for user while driving but on a webpage. I want once user is satisfied with direction I can send this to their phone,car,etc. where they can use ...
Lothair asked 22/3, 2017 at 10:4
1
I am developing a application which will find direction between 2 points, display it on the google map and store it in server side so that I can render it again when needed also to compare one rout...
Adduce asked 17/3, 2014 at 8:53
1
I'm trying to add a label for each waypoint along the route, but I'm not quite sure how I should approach it. After doing some research, I understand that you can add a custom pin with label, but t...
Solutrean asked 12/9, 2013 at 17:22
3
Solved
This is a bit of a question with some level of detail to it, so let me first explain the situation, then my implementation and last the question so you understand best.
As of April 4 an update is...
Urbane asked 28/3, 2016 at 16:26
1
Solved
You will find many already answers showing how to build route with different colors on it how to change the color of route in google maps v3
I want to know how I can change the color once its alre...
Aporia asked 24/2, 2016 at 8:53
2
Solved
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) {
directionsDisplay.set...
Phantasmagoria asked 28/5, 2012 at 9:22
2
Solved
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 sh...
Refinement asked 18/4, 2013 at 6:49
2
Solved
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 sav...
Kiddy asked 30/3, 2013 at 10:44
3
Solved
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 p...
Underlinen asked 10/1, 2013 at 17:14
4
Solved
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 l...
Behah asked 27/7, 2011 at 7:21
1
I'm writing an Android app and I need the ability to take a lat/long value and find the lat/long value of the nearest road to it. I've read the article at http://econym.org.uk/gmap/snap.htm, and tr...
Lailaibach asked 17/7, 2010 at 16:59
4
Solved
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...
Snapdragon asked 9/9, 2010 at 10:15
8
Solved
Is it possible to use the Google Maps API router just using HTTP? Something like http://maps.google.com?from=blah?to=blah
And have it return some sort of XML or JSON representing the directions?
Kingfish asked 23/12, 2009 at 19:32
1
Solved
As of now, I successfully generate directions with Maps app from my app with the following code :
NSString *formattedGroceryAddress = [[NSString stringWithFormat:@"%@",((EnhancedUIActionSheet *)ac...
Contentment asked 5/1, 2011 at 21:22
1
Solved
At the moment I am using this code to inquire google maps for directions from an address to another one, then I simply draw it on a mapview from its GeometryCollection. But yet this isn't enough I ...
Reata asked 1/6, 2010 at 15:23
2
Solved
I found that the Google Maps API supports Directions through:
var map;
var directionsPanel;
var directions;
function initialize() {
map = new GMap2(document.getElementById("map_canvas"));
direc...
Phooey asked 29/9, 2009 at 20:44
1
© 2022 - 2024 — McMap. All rights reserved.