I used to be able to inject extra properties in the GMarker object
such :

var newMarker = new GMarker(aMarker.getPoint(), {draggable:true,
icon:grayIcon, id:0, duplicable:false, father:aMarker});

The father and duplicable properties is set by me.

Then I could read it back as:

fatherRef = refMarker.ca.father;

Since this morning it seems that .ca is not accessible. Some changes
must have been happening.

Is there a way to know more?
Is there any other mechanism to add custom properties to a GMarker ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to