InterractiveMapLayer constructor
InterractiveMapLayer({
- DisplayPolygonLayerLogic? displayLogic,
- List<
Polygon< ? polygons,Object> > - List<
Polyline< ? polylines,Object> > - List<
Marker> ? markers, - void onTapPolygon(
- InterractiveMapLayerTapDown interaction
- void onHoverPolygons(
- InterractiveMapLayerHover? interaction
- List<
Polygon< polygonsFromHitValues()?,Object> >
Implementation
InterractiveMapLayer({
this.displayLogic,
this.polygons,
this.polylines,
this.markers,
this.onTapPolygon,
this.onHoverPolygons,
this.polygonsFromHitValues,
});