Map<String, dynamic> toJson() => { "height": height, "html_attributions": htmlAttributions?.map((x) => x).toList(), "photo_reference": photoReference, "width": width, };