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
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 ...
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
Can you please send me information on this DLL?
Thanks
Hi Iggle,
Can you please send me more information about the DLL.
Thanks,
paragon
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 ?
Vapor-ware Tim.
Eric you should delete this thread.
Calv1ns
Someone should just wrap one and take over the thread.
Eric
~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
~~
~ Upgrade to Get Access to the MapForums Downloads ~
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:
I'm not using this forum very often, so please accept my appology for not being prompt.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; }
Cheers,
Stjepan Nikolic
Melbourne
Hi Iggle,
Can you please send me more information about the DLL.
Thanks,
Fari
Farida.elsarraj@gmail.com
Hi Iggle,
I would like more information sent to me about the DLL.
Thanks,
kh
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
There are currently 1 users browsing this thread. (0 members and 1 guests)