On Oct 1, 11:20 am, Chris <[EMAIL PROTECTED]> wrote:
> So does that mean I have to find another way of creating my markers?
> I thought I could use MapIconMaker - but perhaps not?
>

No, it means exactly what it says: MarkerIconOptions is instantiated
as a ***javascript object
literal***.
Just use a ***javascript object literal***, for example

var newIcon = MapIconMaker.createFlatIcon({width:50,height:
20,shape:'roundrect'})

and NOT

var newIcon = MapIconMaker.createFlatIcon(iconOptions)


--
Marcelo - http://maps.forum.nu
--

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to