onPolylineEdited method

Stream<PolylineEditEvent> onPolylineEdited({
  1. required int mapId,
})
inherited

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.');
}