MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Reverse Geocoding

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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-09-2003
Junior Member
White Belt
 
Join Date: Jul 2003
Posts: 6
Reverse Geocoding

Hi,

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 07-09-2003
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,480
Blog Entries: 1
There are some techniques for reverse geocoding with MapPoint, see three articles on this web site.. but note that reverse geocoding is not a supported feature in MapPoint, the techniques are hacks and not ideal.

Eric
__________________
~ Now taking orders for MapPoint 2009 ~
~
~ Upgrade to MapForums Plus membership ~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 07-10-2003
Junior Member
White Belt
 
Join Date: Jul 2003
Posts: 6
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
geocoding, reverse


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -5. The time now is 09:36 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54