mapbox-gl-native-android
mapbox-gl-native-android copied to clipboard
new method request: queryRenderedFeature with geometry trimming
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!