WEB: Google Maps – finding the GLatLng setting
Note: Unless you’re a website designer, this probably won’t mean a lot to you! Need to find out your ‘GLatLng’ settings for a custom Google Maps implementation? The code looks something like this… “function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById(“map”)); map.setCenter(new GLatLng(37.4419, -122.1419), 13); var gIcons = []; map.addControl(new GSmallMapControl()); map.addControl(new [...]


