coordinates property

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

The 'coordinates' member must be an array of LineString coordinate arrays.

Implementation

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