Vector Source
A map data source of tiled vector data.
Functions
Link copied to clipboard
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature>
expect fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue> = const(true)): List<Feature>
Returns a list of features from the vector source, limited to source layers with the given sourceLayerIds and filtered by the given predicate.
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature>
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature>
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature>