Editor constructor

Editor(
  1. List<LatLng> points
)

Creates an Editor instance with the specified initial points.

Implementation

Editor(this.points);