VectorSource
A map data source of tiled vector data.
Functions
Link copied to clipboard
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature<Geometry, JsonObject?>>
expect fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue> = const(true)): List<Feature<Geometry, JsonObject?>>
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<Geometry, JsonObject?>>
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature<Geometry, JsonObject?>>
actual fun querySourceFeatures(sourceLayerIds: Set<String>, predicate: Expression<BooleanValue>): List<Feature<Geometry, JsonObject?>>