View Single Post

  #3 (permalink)  
Old 09-19-2007
micnik micnik is offline
Junior Member
Yellow Belt
 
Join Date: Sep 2007
Posts: 16
Re: Round-tripping Street address to LatLong

Hi Eric!
We use:

Location objLocation = map.GetLocation(latitude, longitude, 1);

objLocation.GoTo();
FindResults mapResults = map.ObjectsFromPoint(map.LocationToX(objLocation), map.LocationToY(objLocation));

If I then look at the mapResults there is only one Location that has a StreetAddress.

Regards / Michael
Reply With Quote