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