PHP Classes

how to make different marker/ color for multiple address?

Recommend this page to a friend!

      Easy Google Map  >  All threads  >  how to make different marker/ color...  >  (Un) Subscribe thread alerts  
Subject:how to make different marker/ color...
Summary:different marker for multiple address
Messages:1
Author:Baron
Date:2010-05-20 09:24:34
 

  1. how to make different marker/ color...   Reply   Report abuse  
Picture of Baron Baron - 2010-05-20 09:24:34
Hi.,.
thanks for the code.
I try to change the marker/ color for multiple addrees, but not success.
like:
$gm = & new EasyGoogleMap("map-key");
$gm->SetMarkerIconStyle('PUSH_PIN');
$gm->SetMarkerIconColor('PACIFICA');
$gm->SetMapZoom(13);
$gm->SetAddress('address1');

$gm->SetMarkerIconStyle('PUSH_PIN');
$gm->SetMapZoom(13);
$gm->SetMarkerIconColor('GRANITE_PINE');
$gm->SetMarkerIconColor('PACIFICA');
$gm->SetAddress('address2');


any idea how to do this?

thanks for any reply/ help