SourceQueryOptions

class SourceQueryOptions : Serializable

Options for querying source features.

Constructors

SourceQueryOptions
Link copied to clipboard
open fun SourceQueryOptions(@Nullable sourceLayerIds: List<String>, @NonNull filter: Value)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

filter
Link copied to clipboard
private val filter: Value
sourceLayerIds
Link copied to clipboard
private val sourceLayerIds: List<String>