> So, I have a system in place to search my SQL database by latitudes > and longitudes, but how can I let a user draw a rectangle on a Google > map. Someone must have released a nice little widget which allows > point and rectangle selection. Just need to raise an event when the > user is done dragging the rectangle and my software will take care of > the rest. > > Any suggestions?
You could look at dragZoom and pull out the box-drawing part http://gmaps-utility-library.googlecode.com/svn/trunk/dragzoom/release/examples/simpledragzoom.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
