On Jun 30, 11:53 am, Richard Quadling <[email protected]> wrote:
> So, maybe ... > > myMarkers['this_markers_id'] = singleMarker; You cannot compare a property of a marker with the marker object (or define a marker property as a marker). There is also no comparison operator to compare complex objects, you'd have to write a compare function yourself. When the ID properties are unique you are on the safe side to compare them. -- 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.
