On Aug 30, 12:54 pm, amigoface <[email protected]> wrote:
> hi
>
> is it possible to assign some extra data to each gmarker object ?
You can attach extra properties to any object in JavaScript.
var marker = new GMarker(lat, lng);
marker.extraData = extraData;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---