wrighty
11-08-2007, 06:59 AM
Hi
I have multiple pushpins located around the country.
I am using MapPoint.FindResults = myMap.ObjectsFromPoint(myMap.LocationToX(location) , myMap.LocationToY(location)) to extract city and street details with reasonable success. However as each pushpin is updated on the map i.e location has moved, the refresh process is not very pleasant as each city/street location is calculated, is there a better way to extract this information on multiple pushpins (could be as many as 200).
Thanks
I have multiple pushpins located around the country.
I am using MapPoint.FindResults = myMap.ObjectsFromPoint(myMap.LocationToX(location) , myMap.LocationToY(location)) to extract city and street details with reasonable success. However as each pushpin is updated on the map i.e location has moved, the refresh process is not very pleasant as each city/street location is calculated, is there a better way to extract this information on multiple pushpins (could be as many as 200).
Thanks