I’ve been searching for a solution for this and haven’t been successful, what I want to do is that by specifying a radius and a center, to draw a circle on a map. The documentation for Bing Maps Ajax Control 6.3 for shapes doesn’t cover circles. Is there a way to draw circles on a map?
Any help would be appreciated.
You should check Mike Garza’s blog (Garzilla) that created really interesting examples around your needs: http://www.garzilla.net/vemaps/CircleDragHandle.aspx
Here is a sample code to generate the circle locations:
And here the code to add it on the map and use the previous method: