[Google Maps API v3] Re: How to trigger Weather Layer marker click?

2012-07-07 Thread Enoch Lau (Google Employee)
Unfortunately, it isn't possible to programmatically open a weather layer info window. If you'd like to see this in the API, please file a feature request: http://code.google.com/p/gmaps-api-issues/issues/list Enoch On Saturday, July 7, 2012 11:24:34 AM UTC+10, Jorge Barata González wrote:

[Google Maps API v3] Re: Coordinates in CoordMapType

2012-07-07 Thread Rossko
But I want to remove the text in each box, I don't want it to display (x, y). You could do something radical like looking in the code to see where that text is added to the grid's div, and comment that part out. Hint div.innerHTML = coord; -- You received this message because you are

[Google Maps API v3] Geometry library: computeHeading does not work as documented

2012-07-07 Thread Joseph Elfelt
If you use the *computeHeading* feature of the geometry library, then you should be aware that it does not work as described in the documentation. The documentation for computeHeading states: Returns the heading (expressed in degrees clockwise from north) from one LatLng to another LatLng.