You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - Important: This is a low-level method. If you need to handle basic gestures on map content, please prefer to use Interactions API (see ``MapboxMap/addInteraction(_:)``) or ``MapboxMap/queryRenderedFeatures(with:featureset:filter:completion:)``.
1087
-
///
1088
-
/// - Parameters:
1089
-
/// - geometry: A screen geometry to query. Can be a `CGPoint`, `CGRect`, or an array of `CGPoint`.
1090
-
/// - targets: An array of targets to query with.
1091
-
/// - completion: Callback called when the query completes.
/// Returns all the leaves (original points) of a cluster (given its cluster_id) from a GeoJSON source, with pagination support: limit is the number of leaves
1207
1160
/// to return (set to Infinity for all points), and offset is the amount of points to skip (for pagination).
0 commit comments