mapbox-gl-native-android icon indicating copy to clipboard operation
mapbox-gl-native-android copied to clipboard

new method request: queryRenderedFeature with geometry trimming

Open tomerlevi444 opened this issue 4 years ago • 0 comments

As documented, queryRenderedFeatures returns the features that intersect the given rectangle.

Is there a similar method that queries the rendered features and returns the actual geometry that is the result of intersection of the features' geometries with the given rectangle? (i.e., Only the part of the feature that is inside the given rectangle)

Thank you for your help!

tomerlevi444 avatar Jul 15 '20 11:07 tomerlevi444