Hi,
Does anyone know of a way to tell if an objects location is in the visible area of the map?
I can find the location of a PushPin so:-
Set objPin = objMap.FindPushpin(strPinName)
Set objLoc = objPin.Location
Now I want to know if that location is visible.
Thanks,
Chris