views:

39

answers:

2

I'd like to create / use a UI element for a web-site that provides a world map, on which the user can draw a circle to indicate an area of interest. I'd like information on the coordinates of the area covered by the circle to be available to me via Javascript for sending back to the server over Ajax.

Does such a control exist, and if not how difficult would this be to implement using something like Google Maps?

+1  A: 

maybe Artem GoogleMap can help you.

masoud ramezani
+1  A: 

Google would have that as part of it's api as would OpenLayers

TheSteve0

related questions