InsertedBetweenPoints constructor

InsertedBetweenPoints(
  1. List<LatLng> line,
  2. LatLng point
)

Implementation

InsertedBetweenPoints(this.line, this.point);