QueryRenderedFeaturesCallback

Callback to get queried rendered features asynchronously.

Parameters

features

An array of returned `features` in case of the successful operation, string representing error otherwise.

Functions

Link copied to clipboard
abstract fun run(@NonNull features: Expected<String, List<QueriedRenderedFeature>>)