RenderedQueryGeometry class
Geometry for querying rendered features.
Constructors
- RenderedQueryGeometry({required String value, required Type type})
-
RenderedQueryGeometry.fromList(List<
ScreenCoordinate> points) - RenderedQueryGeometry.fromScreenBox(ScreenBox box)
- RenderedQueryGeometry.fromScreenCoordinate(ScreenCoordinate point)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ Type
-
Type of the geometry encoded in value.
getter/setter pair
- value ↔ String
-
ScreenCoordinate/List
/ScreenBox in Json mode. getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited