Community of VE/MapPoint Users and Developers
This is a discussion on Plot a address for Ireland within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi Please HELP on how to plot a pushpin using a valid street address for any place in Ireland. When ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Plot a address for Ireland Please HELP on how to plot a pushpin using a valid street address for any place in Ireland. When I plot a location say in the UK shown below LeadA = "74 Chase Hill Road, Arlesey,,,,United Kingdom" Set objLoc = objMap.FindResults(LeadA)(1) Set objpin = objMap.AddPushpin(objLoc) Set PushpinPointer = objpin objpin.Highlight = True The above location is plotted correctly. When the same exercise is repeated for Ireland address Set objLoc = objMap.FindResults("BURLINGTON ROAD,DUBLIN 4, , , , Ireland")(1) Set objLoc = objMap.FindResults(LeadA)(1) Set objpin = objMap.AddPushpin(objLoc) Set PushpinPointer = objpin objpin.Highlight = True The pushpin is plotted onto Sussex Road, Dublin, Ireland where the Burlington Hotel is located. Why is Mappoint2004 NOT plotting the pushpin on BURLINGTON ROAD? This seems to be the result when trying to plot a pushpin onto any street; Mappoint2004 interrupts it as a place. Hope someone can help |
| |||
|
Hi, Use FindAddressResults. It returns you a collection of objects where some of them are Location object. You can use foreach to step trough it.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| address, ireland, plot |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ireland | Yazzy | MapPoint 2006/2009 Discussion | 0 | 06-14-2006 04:19 AM |
| Mapping Southern Ireland Street Address | Yazzy | MapPoint 2006/2009 Discussion | 5 | 01-15-2006 04:02 PM |
| AutoRoute2003 and Ireland | pmitch | Wish List | 3 | 10-04-2004 10:21 PM |
| where is ireland | Anonymous | MapPoint 2006/2009 Discussion | 2 | 02-11-2004 08:56 PM |
| Ireland North & South | Anonymous | MapPoint 2006/2009 Discussion | 3 | 12-17-2003 07:49 AM |