Map<String, dynamic> toMap() { return { 'id': id, 'latitude': location.latitude, 'longitude': location.longitude, 'title': title, }; }