Community of MapPoint and Bing Maps Users and Developers
This is a discussion on Drawing Multiple Radius Circles within the MapPoint Desktop Discussion forums, part of the Map Forums category; I have produced a pin map with over a 100 locations based upon lat, long and I now need to ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Re: Drawing Multiple Radius Circles
You will need to do this with custom programming. For each location, you need a call to AddShape, eg. in VB6: myMap.Shapes.AddShape geoShapeCircle, oLoc, 30,30 where myMap is your Map object, oLoc is your location object. If you have the pins already, you would also need code to loop over the pushpins getting their locations (=oLoc). Richard
__________________ Winwaed Software Technology LLC http://www.winwaed.com See http://www.mapping-tools.com for MapPoint Tools See the Geoweb Guru for online mapping |
| ||||
| Re: Drawing Multiple Radius Circles
A How-To article has been published here: A Simple Add-in for MapPoint API Beginners - MapPoint Articles - MP2K Magazine Richard
__________________ Winwaed Software Technology LLC http://www.winwaed.com See http://www.mapping-tools.com for MapPoint Tools See the Geoweb Guru for online mapping |
| |||
| Re: Drawing Multiple Radius Circles
Thank you for the information Help out so very much. I have a question since in the code provided the radius is hard coded, is there a way to have the code reference an excel sheet that has the values listed (5900+) and use those values as the radius value? If this is possible I would be greatly appreciative. thank you Pete |
| |||
| Re: Drawing Multiple Radius Circles Quote:
Thanks, Ford |
| |||
| Re: Drawing Multiple Radius Circles
Hi everyone Being a newbie and having spent more time than I should trawling for advice through this forum, I have the exact problem that Pete and Ford have. Multiple pushpins with varying radius required. I have downloaded the zipfile, but having no knowledge of visual basic, I'm not able to 'tweak' it to be of any major help at all. Anyone?? |
| |||
| Re: Drawing Multiple Radius Circles
Hi, I'm not a VB programmer, but there should be various articels to find on internet how to read an excel sheet in VB. However I should advice so study VB a little for a while otherwise it will be very hard to get something working, even with help.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz www.comfortsoftware.be MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: Drawing Multiple Radius Circles |
![]() |
| Tags |
| circles, drawing, multiple, radius |
| ||||
| Posted By | For | Type | Date | |
| A Simple Add-in for MapPoint API Beginners - MapPoint Articles - MP2K Magazine | This thread | Refback | 07-22-2008 02:00 PM | |
| What's New at MP2K Magazine | This thread | Refback | 07-10-2008 02:23 PM | |
| MapPoint Programming: A Simple Add-in for MapPoint API Beginners | This thread | Refback | 05-12-2008 01:20 PM | |
| A Simple Add-in for MapPoint API Beginners - MapPoint Articles - MP2K Magazine | This thread | Refback | 04-25-2008 01:04 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automatic radius circles? | tukes | MapPoint Desktop Discussion | 7 | 06-02-2008 11:33 AM |
| Mission Impossible? Intersection of Multiple Circles | The Lone Turtle | MapPoint Desktop Discussion | 4 | 03-05-2006 01:59 PM |
| Drawing radius in the wind direction | vidyakulkarni | MapPoint Desktop Discussion | 0 | 09-10-2004 03:45 PM |
| Circles | Anonymous | MapPoint Desktop Discussion | 3 | 12-09-2003 12:35 AM |
| Error in programatically drawing radius rings in mappoint | Eamon | MapPoint Desktop Discussion | 1 | 01-02-2003 06:39 PM |