toMapList method

List<List<double>> toMapList()

Implementation

List<List<double>> toMapList() => map((lngLat) => [lngLat.lng, lngLat.lat]).toList();