<?php
// setup database for geocode caching
$map->setDSN('mysql://dbuser:dbpassword@localhost/dbname');
// enter YOUR Google Map Key
// $map->setAPIKey('yourGoogleMapsAPIKey');
// もうすぐ変更されるのでムリヤリ世界測地系にしている。
$map->setAPIKey('yourGoogleMapsAPIKey&datum=wgs84');
?>