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