Hi,
I've got a very rudimentary delivery program with drivers and delivery locations each requiring pushpins for display on a MapPoint map. I need to keep track of the pushpins so I can set their attributes and delete them when I'm done with them, and I'm wondering what's a good method for storing these pushpins. Or should I use a MapPoint facility for this.
Currently I have an Order list with an array of order objects, and each one displayed is given the pushpin object to which it's associated. But I'm having MapPoint issues when I go to access and delete them. Is that a no no? Assigning a MapPoint pushpin object to my object? What's the best way to do this?
Thanks.