On Jan 4, 3:34 pm, Andrew <[email protected]> wrote: > Thank you. That example helped. I think it looks better without using > markers, so I just set them to visible: false.
If you don't want the markers, you don't need to create them at all. Just use two boolean variables, such as var point1 = false; var point2 = false; -- Marcelo - http://maps.forum.nu -- -- 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.
