GeoJsonLineString constructor

GeoJsonLineString(
  1. List<List<double>> coordinates
)

Implementation

GeoJsonLineString(this.coordinates);