Map<String, dynamic> toJson() => { "coordinates": List<dynamic>.from(coordinates.map((x) => List<dynamic>.from(x.map((x) => x)))), "type": type, };