coordinates property

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

A list of Polygon coordinate arrays that define the MultiPolygon.

Each Polygon coordinate array is a list of linear rings, where each ring is represented by a list of points. Each point is a list of its coordinates (longitude and latitude).

Implementation

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