How to get all visible points in the map view bounds in Azure Maps
问题 I've been searching and trying to use a sample of the select point within a polygon example however I am not drawing a new polygon but rather one is already in the map to use as selection boundary. I have many points on the map as well but some are out of view or possibly hidden due to zoom ratio so I w/ant to ignore all those points from being selected even if they are in the selection polygon. Is this possible? // searchArea is populated by click method function searchPolygon(searchArea) {