RenderedQueryOptions

class RenderedQueryOptions : Serializable

Options for querying rendered features.

Constructors

RenderedQueryOptions
Link copied to clipboard
open fun RenderedQueryOptions(@Nullable layerIds: List<String>, @Nullable 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
layerIds
Link copied to clipboard
private val layerIds: List<String>