Community of VE/MapPoint Users and Developers
This is a discussion on Clear FindNearby from Map within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; The FindNearby() method draws a circle on the map. But is there a way to remove the circle when you're ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Clear FindNearby from Map But is there a way to remove the circle when you're done? I'm trying to make it act like "Find Nearby Places" When you call "Find Nearby Places", it draws the circle And when you close the panel, the circle is removed. |
| |||
| Re: Clear FindNearby from Map
Hi Kevin, you can make it very small doing a new findnearby, then zoom again to the original alt. you can also do a new findnearby (with very small distance) somewhere in the middle of the ocean. then again zoom and pan to original position. On some system map will possible flikker for a moment.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: Clear FindNearby from Map
thanks Wilfried below is what i did Code: // work around code to remove the FindNearby circle MapPoint.Location tempLocation = objMap.GetLocation(80, 0, 0); // get location over the arctic ocean tempLocation.FindNearby(0.1); objMap.GoBack(); // go back to previous position |
| |||
| Re: Clear FindNearby from Map
Hi Kevin, thanks for feedback. I think you can speed up to have the radius as small as possible. I think it is 0.01.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| clear, findnearby, map |
| ||||
| Posted By | For | Type | Date | |
| Minnesota Map and Map of Minnesota - MapPoint State Map Gallery - MP2K Magazine | This thread | Refback | 01-17-2007 05:44 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clear/Remove all Pushpins in Mappoint? | i3bex | MapPoint 2006/2009 Discussion | 4 | 10-12-2005 02:29 PM |
| Clear previous itinerary | Anonymous | MapPoint 2006/2009 Discussion | 4 | 11-03-2004 10:36 AM |
| How to clear unwanted area in map | amrok | MapPoint 2006/2009 Discussion | 1 | 03-08-2004 07:41 AM |
| Clear Push Pin | joshnfay | MapPoint 2006/2009 Discussion | 1 | 04-26-2003 10:07 PM |
| How to clear out the drop down list of Type Place or addres | dzhong | MapPoint 2006/2009 Discussion | 2 | 12-23-2002 02:28 PM |