LineString constructor

const LineString(
  1. List<LatLng> coordinates
)

Creates a LineString.

Implementation

const LineString(this.coordinates);