RenderedQueryGeometry

Geometry for querying rendered features.

Constructors

Link copied to clipboard
Create a variant from ScreenBox.
Link copied to clipboard
Create a variant from ScreenCoordinate.
Link copied to clipboard
Create a variant from List.

Types

Link copied to clipboard
enum Type
Type information of the variant's content

Functions

Link copied to clipboard
Get content with type Listfrom the variant.
Link copied to clipboard
Get content with type ScreenBox from the variant.
Link copied to clipboard
Get content with type ScreenCoordinate from the variant.
Link copied to clipboard
Get type info enum of the variant.
Link copied to clipboard
open fun isList(): Boolean
Check if the content of variant has type List.
Link copied to clipboard
open fun isScreenBox(): Boolean
Check if the content of variant has type ScreenBox.
Link copied to clipboard
Check if the content of variant has type ScreenCoordinate.
Link copied to clipboard
Create a variant from ScreenBox.
Create a variant from ScreenCoordinate.
Create a variant from List.