--
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 google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Indeed!
Maps API Markers are JavaScript objects, which means you're free to set and get any exposed property from it.
As Rossko says, best to ensure the property you're using for tests doesn't conflict with ones in the Maps API or your own code. Suffixing or prefixing with an underscore ( _ ) will ensure there isn't a conflict with the API.
Chris.