[dba-VB] "Google Maps Navigator" Sample MS Access Application

Max Wanadoo max.wanadoo at gmail.com
Fri Aug 7 15:26:13 CDT 2009


Some Links: (Wraps??)

http://www.google.co.uk/enterprise/maps/#utm_campaign=en&utm_source=en-ha-em
ea-gb-sk_devs&utm_medium=ha&utm_term=google%20maps%20api


http://code.google.com/apis/maps/index.html

http://code.google.com/apis/maps/documentation/examples/

Some code:

function initialize() {
  if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map_canvas"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
  }
}



Max





More information about the dba-VB mailing list