Wasn't it warden [Andrew Leach - Maps API Guru] who wrote:
>Is this really a question relating to the API, or to
>Javascript?
It's in the code of MapIconMaker 1.1, which is one of the Open Source
utility libraries for the Google Maps API.
"label" is documented as being a String. If you pass it a Number and it
doesn't work, then that's your own problem. If you're calling it with a
literal, use {label:"2"} not {label:2}. If you're calling it with a
non-String variable use {label:MyVar.toString()} rather than
{label:MyVar}.
--
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---