Class Photo
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
public sealed class Photo
- Inheritance
-
Photo
- Inherited Members
Properties
AuthorAttributions
Attributions required to be shown when displaying this photo.
[JsonPropertyName("authorAttributions")]
public List<AuthorAttribution>? AuthorAttributions { get; set; }
Property Value
HeightPx
Maximum available height of the photo, in pixels.
[JsonPropertyName("heightPx")]
public int? HeightPx { get; set; }
Property Value
- int?
Name
Resource name of the photo (e.g. places/X/photos/Y).
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
WidthPx
Maximum available width of the photo, in pixels.
[JsonPropertyName("widthPx")]
public int? WidthPx { get; set; }
Property Value
- int?