Circles?

Last post 6/6/2008 3:07:46 PM by MinDave. 2 replies. << Back to Web.Maps.VE v1.0 General
6/4/2008 3:45:12 PM
MinDave

Circles?

I'm sorry if this is a dumb question, but is it possible to draw a circle with this component?   If so, can you give me a hint how?

Thanks

6/6/2008 4:18:05 AM
Chris Pietschmann

Re:Circles?

Yes, you can draw circles using this control and Virtual Earth. Below is a link to a blog post I wrote on how to plot circles on the Virtual Earth map using JavaScript. To do this with Web.Maps.VE from the server-side the math is the same, you'll just need to convert it to .NET code.

http://pietschsoft.com/post/2008/02/Virtual-Earth-Draw-a-Circle-Radius-Around-a-LatLong-Point.aspx

Let me know if you have any questions.

6/6/2008 3:07:46 PM
MinDave

Re:Circles?

Converted that code to C# and called it in the Map_Click() event and it works great!  Thanks for the help...