Map<String, dynamic> toMap() { return { 'address': address, 'latitude': latitude, 'longitude': longitude, 'placeId': placeId, }; }