coordinates property
Get the coordinates as a collection in GeoJSON format
Implementation
List<List<List<List<num>>>> get coordinates => _coordinates;
Get the coordinates as a collection in GeoJSON format
List<List<List<List<num>>>> get coordinates => _coordinates;