Hi,
I'm building an application that will use MapPoint to plot route efficiency for our delivery trucks.
When we have two or more invoices to a certain address, it puts two pushpins on the map, one directly on top of the other. This is what I expected.
It's a bit cumbersome for the user to have to click on the pushpin, select which of the underlying invoices to review, then click the pushpin again to bring up the pin's notes in a balloon.
Assuming I populate an array of pushpins and their respective locations on the map, is it possible to bump a pushpin a little bit so that it's not directly over the of another one? By bump, I mean change the x and y coordinates on the map just enough so that it doesn't cover the other pin(s).
Any ideas?