I have a canvas app with a map control. Map.SelectedItems works well if I select a single pin or a cluster. 2 questions:
1. Is there a possibility to do a multi-select of pins on the map or would I rather capture the selection and "manually" collect every selected pin in a collection?
2. Is there support for getting the pins selected in a shape (e.g. all pins within the boundaries of a rectangle)? Or do I need to get the boundaries from the GeoJSON and check my pin geocodes against them?
Thanks for your help!