Hello Heyyy,
Windows Maps is the correct tag to use or you can ask questions on Bing Maps at Answers.Microsoft.com > Bing > Maps. We do not have a tag for "Bing Maps" as there is confusion around Developer versus consumer questions so those should go to the Answers.com site.
For this issue, is there a reason you are starting at zoom of 20? For multiple points, you probably want to start at a wider zoom size to ensure the points are viewable. Here are a few examples I can suggest:
- https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk/deletepushpins -> Adds multiple pushpins then deletes them
- https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk/addmultiplelayeritems -> Adds multiple items in a data layer (This is probably the best option without knowing more of your scenario)
- https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk/clusteringmeanaverage -> Clustering can be customized per layer/zoom level and is easier to use if you have alot of data points.
I recommend taking a look at the different samples in the left menu of the iSDK to see which might best match your needs.
Sincerely,
IoTGirl