Hello:
I am running into some issues with geocoding and routing. If you have multiple addresses that you want to geocode, what is the best approach. So far in my project I have been creating a custom loop in my code, so that only one address is geocoded at a time. This way on the geocodecompleted() method, I know exactly which address has these results.
In many of the Bing Maps tutorials they use an index with each async call. This way they can make many calls at the same time and still associate each result with the correct address. Is the radmap capable of associating an index or keeping track of each individual request in some way?
Thank You.