
Thank you for taking the time to read my question.
I have a map with Pins on it.... When I click a pin I add the data to a collection and then also update the PinColor column to a different color so the user knows which pins they've selected. However when I do that, the collection that is the Items of the map changes and therefore the map redraws and goes back to the default zoom level... which is not what I want. I want to keep the zoom level at whatever the user has it at, when a pin is selected.
Is there a way to avoid this?
I was also trying to see if I could use the PinColor property of the map and an If() statement, but I'm not sure how to reference the Map items to see if the pin location exists in the collection and if it does change it's color... I can do it on the currently selected pin but not all pins.
Thanks!