Tagged Questions
The gdirections tag has no wiki summary.
1
vote
1answer
385 views
overriding big popup on directions Google Maps
I've happily implemented v2 of Google maps to my site without a hitch, I also successfully perform a drive directions using GDirections.load().
What I need to do is stop the popup of the mini map ...
1
vote
1answer
384 views
Get points from a Gdirections route
I'm trying to get a collection of points (latitude,longitude) between 2 adresses. The points needs to be on a valid tracfic route. I currently use Gdirections to create a route between 2 adresses. Is ...
1
vote
1answer
182 views
Google Maps displaying custom paths
I'm trying to customize the icons drawn by the GDirections object. I've got a list of lat long coordinates which I use to construct a path. However, I can't find any way of customizing (or even ...
0
votes
0answers
91 views
Google Maps Api v2 - loadFromWaypoints
I have a problem. I know that in google maps, the GDirections.loadFromWayPoints has limit of 25 GLatLng objects.
So i what i want is to make a route of, maybe, 300 points.
how can i do that? because ...
0
votes
1answer
694 views
Google Maps API: Trouble with GDirections object literals
I am successfully calling GDirections to get a map with directions between a point A and point B that I have specified. However, I can't seem to get certain return values.
...