I have code that has creates my custom shapes on the map. NOW I want to be able to draw a "selection" square and determine which pins reside within this area. Is there an easy way to do this or do I need to check the coordinates of all the shapes to see if they reside within the square?
Is it possible to get the boundary of the selected shape and then see if a pin resides in that boundary?