RenderedQueryGeometry class
Geometry for querying rendered features.
Constructors
- RenderedQueryGeometry.new({required String value, required Type type})
-
RenderedQueryGeometry.fromList(List<
ScreenCoordinate> points) - RenderedQueryGeometry.fromScreenBox(ScreenBox box)
- RenderedQueryGeometry.fromScreenCoordinate(ScreenCoordinate point)
Properties
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