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