core.Map<core.String, core.dynamic> toJson() { final coordinates = this.coordinates; return {'coordinates': ?coordinates}; }