[Google Maps API v3] Re: custom marker sizes

2010-12-10 Thread jtl4
Thank you for your great page of v3 examples! My question didn't publish very quickly here so I managed a solution myself: if (iconColor=="blue") { var logowidth = 50; var logoheight = 32; } new google.maps.Size(logowidth, logoheight) Seems to do the job. -- You received this message because y

[Google Maps API v3] Re: custom marker sizes

2010-12-09 Thread geocode...@gmail.com
On Dec 9, 4:32 am, jtl4 wrote: > Hello > I have a map in V2 but decided it is time to move to V3. > Rather than try to unpick all the code, my map is similar to this > one:http://www.geocodezip.com/v3_MW_example_categories.html > so I am using this template as a starting point. > > My problem is