|
|
StephenFletcher
new user
Reg'd: Sat
Posts: 1
|
Embed Google Maps feature error P67 Issue 185
Sat Apr 12 2008 03:01 PM
|
|
|
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.
|
|
|
|
|