> I want to be able to control which set of markers to show by using > checkboxes. Therefore I load them into different arrays using > markerOptions
as per your other thread, the usual way is to create and store the marker objects themselves(not options) one time only. This allows you to hide and show them ad infinitum, without recreating. You can assign custom properties to marker objects, such as a url, class or identifier, so long as you take care not to clash with an existing Google property. -- 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.
