PolygonManager constructor
PolygonManager(
- VietmapController controller, {
- void onTap()?,
- bool enableInteraction = true,
Implementation
PolygonManager(
super.controller, {
super.onTap,
super.enableInteraction = true,
}) : super(
selectLayer: (Polygon fill) =>
fill.options.polygonPattern == null ? 0 : 1,
);