Community of MapPoint and Bing Maps Users and Developers
This is a discussion on Reverse Geocoding within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hello I have used Walt Cygan’s excellent code for Reverse Geocoding in a vb.net application, this works well on most ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Reverse Geocoding I have used Walt Cygan’s excellent code for Reverse Geocoding in a vb.net application, this works well on most occasions. I would like to be able on the occasions’ when no street address is found to find other details, for example is it possible to find the nearest Town or any other information relevant to the known latitude, longitude? Regards Joe |
| |||
| Re: Reverse Geocoding
Hi, You can use FindNearby to find nearby places.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz www.comfortsoftware.be MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: Reverse Geocoding Hi Wilfried Thanks for the response, I have tried the following: objLoc = objMap.GetLocation(rs.Fields("latitude").Value, rs.Fields("longitude").Value, 1) objResults = objLoc.FindNearby(1.5) If objResults.Count > 0 Then MsgBox(objResults(1).Name) The latitude = 51.12682 The longitude = -1.32759 There is a Village and a major road within the selected radius, I would be happy to return either as a result. Regards Joe |
| |||
| Re: Reverse Geocoding
Hi Joe, Oups, I think FindNearby only returns points of interest and pushpins. So that is not what you wants. Sorry to give you incorrect information You have 2 alternatives. First the easy and fast one: - Go higher in Altitude. Eventually in 2 steps. If Altitude is higher lots of points are visible at same location (cities / streets).. - scan the area around the position. This is very accurate but take a lot of time.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz www.comfortsoftware.be MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| geocoding, reverse |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reverse geocoding with c# | ayazaliuk | MapPoint Desktop Discussion | 3 | 06-16-2005 06:52 AM |
| Reverse Geocoding | Anonymous | MapPoint Desktop Discussion | 0 | 03-16-2005 12:10 PM |
| Reverse GeoCoding | Anonymous | MapPoint Desktop Discussion | 1 | 04-16-2004 10:56 AM |
| Reverse Geocoding, Pt. III | Anonymous | MP2K Magazine Articles | 1 | 12-17-2003 10:10 AM |
| Reverse Geocoding | joesebi | MapPoint Desktop Discussion | 2 | 07-10-2003 02:26 PM |