> I'm plotting some markers on GoogleMap and I would like select some > markers using a bounding box. > > Is this possible?
Yes, of course. But there isn't a tool in the API to do it. You need to write some code to allow the user to draw a box. When the user has finsihed drawing and get the bounds of that box. Then iterate through your markers to see if each one lies within your box ; if it is, do whatever it is you want to do when it is "selected". -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
