QueryRenderedFeaturesetFeaturesCallback

Callback for MapboxMap.queryRenderedFeatures.

Functions

Link copied to clipboard
abstract fun onQueryRenderedFeatures(featuresetFeatures: List<FF>)

Triggered when MapboxMap.queryRenderedFeatures is done and there is an actual featuresetFeatures list to return for given TypedFeaturesetDescriptor. The features are returned in the order of how they are rendered on the actual map.