Hello,
I am trying to locate POI's within a 3 mile radius of a location. I seem to be able to locate them, but, I only get their Lat/Long & Name, I can't seem to pull out the address as well. Here is a snippet of what I am doing:
oLocLatLong = objMap.GetLocation(iLat, -iLong)
'Get the POIs within 3 mile radius
oFR = oLocLatLong.FindNearby(3)
I then run through a loop like this:
ForEach oLocFR In oFRand try and pull out the address. It's always empty. Any thoughts? I'd be happy to share more of my code if that will help.
Thanks,
Dale