From GamingWiki
Jump to: navigation, search
Line 68: Line 68:
 
if (status == google.maps.GeocoderStatus.OK) {
 
if (status == google.maps.GeocoderStatus.OK) {
 
var latlng = results[0].geometry.location;
 
var latlng = results[0].geometry.location;
addMarker(latlng, title, descID);
+
addMarker(latlng, title, descId);
 
} else {
 
} else {
 
alert(address + " not found: "+results[0]+"; "+status);
 
alert(address + " not found: "+results[0]+"; "+status);

Revision as of 14:01, 25 October 2010