onPolygonEdited method
A Polygon path has been edited by the user. Currently only supported on web.
Implementation
Stream<PolygonEditEvent> onPolygonEdited({required int mapId}) {
throw UnimplementedError('onPolygonEdited() has not been implemented.');
}