onQueryRenderedFeature

abstract fun onQueryRenderedFeature(interactiveFeature: InteractiveFeature<FS>)

Triggered when MapboxMap.queryRenderedFeature is done and there is an actual interactiveFeature to return for given FeaturesetHolder.

Note: this callback is not triggered if MapboxMap.queryRenderedFeature was canceled or an error occurred.