PolygonLayerOptions class
- Inheritance
-
- Object
- LayerOptions
- PolygonLayerOptions
Constructors
-
PolygonLayerOptions({Key? key, List<
Polygon> polygons = const [], bool polygonCulling = false, dynamic rebuild}) - screen space culling of polygons based on bounding box
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