![Picture of Mitchelle Pascual Picture of Mitchelle Pascual](/graphics/unknown.gif)
Mitchelle Pascual - 2008-08-29 01:41:36 -
In reply to message 1 from raven
Hi Raven,
Try this one
<?php
require'EasyGoogleMap.class.php';
$gm = & new EasyGoogleMap("ABQIAAAAoM-kEW8yHxWwveOZAouVXhTkQdzC1XuexHlQDsWmu58XcfHJ8xQB-xtA9nt_7NDWTsfJfHHxosdNZg");
$gm->SetMarkerIconStyle('STAR');
$gm->SetMapZoom(10);
$gm->SetAddress("Manila, Philippines");
$gm->SetAddress("Quezon City, Philippines");
$gm->SetAddress("Set another address near manila, philippines or quezon city, philippines");
$gm->SetAddress("Set another address near manila, philippines or quezon city, philippines");
$gm->SetAddress("Set another address near manila, philippines or quezon city, philippines");
?>
<html>
<head>
<title>EasyGoogleMap</title>
<?php echo $gm->GmapsKey(); ?>
</head>
<body>
<table width="90%" border="0" cellspacing="0" cellpadding="0" id="border_white">
<tr>
<td width="516" height="316">
<?php echo $gm->MapHolder(); ?>
<?php echo $gm->GetSideClick(); ?>
</td>
</tr>
</table>
</body>
</html>
<?php echo $gm->InitJs(); ?>
<?php echo $gm->UnloadMap(); ?>
It should work fine. :)