|
|
|||||||
|
There are a couple of code errors in the "Embed Google Maps into your website" feature in issue 185. Point 6 code should be (errors are highlighted in bold): var point = new GLatLng(51.5010546441594, -0.0967761526667349); var marker = new GMarker(point); map.addOverlay(marker); Hope this helps someone out finding it doesn't work. |