Hello,
I use the FindNearby fuction in a C# program to determine the nearest street to a position given by latitude/longitude. I have the following problem: the returned FindResult can contain Location and Pushpin objects. How can I find out the type of each element in the FindResult? It seems to me they are all of the type ComObject. I'm just trying to find out the nearest street.
Bye,
MD