Map Feature Query Delegate
Definition of the feature query delegate. Provide interface to query map's features.
interface MapFeatureQueryDelegate
Content copied to clipboard
Functions
equals
Link copied to clipboard
queryRenderedFeatures
Link copied to clipboard
abstract fun queryRenderedFeatures(box: ScreenBox, options: RenderedQueryOptions, callback: QueryFeaturesCallback)
Content copied to clipboard
abstract fun queryRenderedFeatures(pixel: ScreenCoordinate, options: RenderedQueryOptions, callback: QueryFeaturesCallback)
Content copied to clipboard
abstract fun queryRenderedFeatures(shape: List<ScreenCoordinate?>, options: RenderedQueryOptions, callback: QueryFeaturesCallback)
Content copied to clipboard
querySourceFeatures
Link copied to clipboard
abstract fun querySourceFeatures(sourceId: String, options: SourceQueryOptions, callback: QueryFeaturesCallback)
Content copied to clipboard
Inheritors
MapboxMap
Link copied to clipboard