your help would be much appreciated with the following. I am using the JS code at http://jsfiddle.net/jpEwM to display a Google Map with a re-sizable circle overlay to output a centre point co-ordinate, radius and bounding box.
This is working well, but there are a few additional features which I am unable to integrate without breaking the code:
I would like to output the place name at the centre of the overlay as well as its cooordinates.
It is easy to lose the circle overlay when moving around the map. I would like to be able to make the circle overlay always visible within the viewport (i.e. if you scroll the map far enough to lose the circle overlay it would 'jump' back to the centre of the viewport, or even better the cursor position).
If you zoom into the map you can end up entirely inside the circle overlay. Is it possible to resize the circle overlay on zoom so that this cannot happen?
When I add markers to the map from an XML file, it breaks the rest of the current functionality. Ideally I would like to use the MarkerClusterer to do this, but basic markers would be fine too.
Sorry there are so many points - I've been pulling my hair out over this for weeks now!
Many Thanks.