coordinates property

List<List<double>> coordinates
getter/setter pair

The coordinates of this LineString, represented as an array of point coordinates.

Implementation

var coordinates = <List<double>>[];