Community of VE/MapPoint Users and Developers
This is a discussion on Reverse Geocoding within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, My company has a product called ULTRATRACK, it can track any object like vehicles, marines, planes etc. Each unit ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Reverse Geocoding My company has a product called ULTRATRACK, it can track any object like vehicles, marines, planes etc. Each unit will send me the latitude and longitude received through a GPS antena. So i need the reverse geocoding inorder to find out the location. I tried the OCX of two other company and those are not satified me. But those have routines to find out the address ( block, street, city, state and zip code) from a latitude and longitude. MapPoint 2002 has a routine to point out specified latitude and longitude on a map. I wish to get some routine which can return the address also. This is a major requirement to use mappoint with our application. Hope i can have some routines in the new version of mappoint. Thanks joe |
| |||
| Reverse geocoding
Hi Eric, Here is one old Q & A related to Reverse Geocoding. http://www.mp2kmag.com/mappointqa.asp?p=users&id=399 I tried the same thing to implement in Delphi. I couldnt get all properties. Here is my piece of code. I put the TApplication Component on the form. procedure TForm1.SpeedButton1Click(Sender: TObject); Var Addr : String; Loc : Location; oResult : FindResults; FMap : _map; begin FMap := Application1.ActiveMap as _Map; Loc := FMap.GetLocation(40.778, -124.1827,1) as Location; Loc.GoTo_; oResult := FMap.ObjectsFromPoint(FMap.LocationToX(Loc),FMap.L ocationToY(Loc)) as FindResults; end; In VB they are declaring variable FMap as MapPoint.Application. How we can delcare that variable. I used the TApplication instead of that. Thanks, joe |
![]() |
| 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 | Anonymous | News and Announcements | 30 | 07-26-2006 12:21 PM |
| Reverse geocoding with c# | ayazaliuk | MapPoint 2006/2009 Discussion | 3 | 06-16-2005 07:52 AM |
| Reverse GeoCoding | Anonymous | MapPoint 2006/2009 Discussion | 1 | 04-16-2004 11:56 AM |
| reverse geocoding | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-26-2004 11:15 PM |
| Reverse Geocoding | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-26-2004 01:30 PM |