MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Reverse Geocoding

This is a discussion on Reverse Geocoding within the News and Announcements forums, part of the Map Forums category; I have a large number of imported pushpins (located via lat/long) that I need to obtain addresses for, so.... please ...


Go Back   MapPoint Forums > Map Forums > News and Announcements

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



Click here to register

Reply

 

LinkBack (3) Thread Tools Display Modes
  #21 (permalink)  
Old 08-11-2005
Junior Member
White Belt
 
Join Date: Aug 2005
Posts: 1
I have a large number of imported pushpins (located via lat/long) that I need to obtain addresses for, so.... please send me more details of your program.

br

Tim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #22 (permalink)  
Old 08-25-2005
Junior Member
White Belt
 
Join Date: Aug 2005
Posts: 1
Reverse geocoding

Can you please send me information on this DLL?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #23 (permalink)  
Old 09-24-2005
Junior Member
White Belt
 
Join Date: Sep 2005
Posts: 2
Hi Iggle,

Can you please send me more information about the DLL.

Thanks,

paragon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #24 (permalink)  
Old 12-06-2005
Junior Member
White Belt
 
Join Date: Dec 2005
Posts: 3
Hi Iggle,

Im very intrested in your .dll

If possible, please send me info how to obtain.

temp_AT_e-sit.nl

Thanks in advance !

Regards Tim

Has anyone here ever actually worked with this .dll ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #25 (permalink)  
Old 12-07-2005
calv1ns's Avatar
Member
Green Belt
 
Join Date: Mar 2005
Posts: 91
Vapor-ware Tim.

Eric you should delete this thread.
__________________
Calv1ns
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #26 (permalink)  
Old 12-07-2005
Eric Frost's Avatar
Senior Member
Black Belt
 
Join Date: Jul 1992
Posts: 2,480
Blog Entries: 1
Someone should just wrap one and take over the thread.
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
  #27 (permalink)  
Old 01-22-2006
Junior Member
White Belt
 
Join Date: Oct 2003
Posts: 6
Hi guys,
I'm not sure if this is what you're looking for, however here is C# code wrapped in DLL library that I'm using in my apps:

Code:
...
using interopMapPoint = MapPoint;
...
	public static string GetAddressSuburbNameForLatLong(double latitude, double longitude)
		{
			string sName = "";
			MapPoint.MapClass objMap = new MapPoint.MapClass();
			
			interopMapPoint.Location objLocation = objMap.GetLocation(latitude, longitude, 1);
			objLocation.GoTo();

			int iCount = 0;
			foreach (object obj in (interopMapPoint.FindResults)objMap.ObjectsFromPoint(objMap.LocationToX(objLocation), objMap.LocationToY(objLocation)))
			{
				iCount += 1;
				if (iCount == 4)
					sName += ((interopMapPoint.Location)obj).Name;
				else
					sName += ((interopMapPoint.Location)obj).Name + ",";
			}

			return sName;
}
I'm not using this forum very often, so please accept my appology for not being prompt.

Cheers,
Stjepan Nikolic
Melbourne
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #28 (permalink)  
Old 03-07-2006
Junior Member
White Belt
 
Join Date: Mar 2006
Posts: 3
Hi Iggle,

Can you please send me more information about the DLL.

Thanks,
Fari

Farida.elsarraj@gmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #29 (permalink)  
Old 06-22-2006
Junior Member
White Belt
 
Join Date: Jun 2006
Posts: 2
DLL

Hi Iggle,

I would like more information sent to me about the DLL.

Thanks,

kh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #30 (permalink)  
Old 06-23-2006
Junior Member
White Belt
 
Join Date: Jun 2006
Posts: 2
REVERSE GEOCODING

Iggle,

with the address info, can your DLL also pull census tract info from the Long/Lat?
If so, can you send a copy of it to

harrell@delta-21.com

thanks,

kh
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


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/reverse-geocoding-3544.html

Posted By For Type Date
digg / Programming / Upcoming This thread Refback 12-04-2006 04:43 PM
digg / Programming / Upcoming This thread Refback 12-04-2006 08:09 AM
digg - Reverse Geo Coding This thread Refback 12-04-2006 03:31 AM

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 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
Reverse geocoding Anonymous Products: Pushpin Tool, Single State Mapper 0 01-26-2004 12:23 PM


All times are GMT -5. The time now is 09:15 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