Class PlacePhotoResponse
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
Response from the Places API (New) Photo media endpoint when
skipHttpRedirect=true is used — the resolved photo URI rather than binary image bytes.
public sealed class PlacePhotoResponse : IResponseFor<PlacePhotoRequest>
- Inheritance
-
PlacePhotoResponse
- Implements
- Inherited Members
Properties
Name
Resource name of the photo media.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
PhotoUri
Direct URI to the photo image.
[JsonPropertyName("photoUri")]
public string? PhotoUri { get; set; }