Table of Contents

Class Photo

Namespace
GoogleMapsApi.Entities.Common
Assembly
GoogleMapsApi.dll

Place Photo.

public class Photo
Inheritance
Photo
Inherited Members

Properties

Height

Height — the maximum height of the image.

[JsonPropertyName("height")]
public virtual int Height { get; set; }

Property Value

int

HtmlAttributions

HtmlAttributions — contains any required attributions. This field will always be present, but may be empty.

[JsonPropertyName("html_attributions")]
public virtual IEnumerable<string>? HtmlAttributions { get; set; }

Property Value

IEnumerable<string>

PhotoReference

PhotoReference — a string used to identify the photo when you perform a Photo request.

[JsonPropertyName("photo_reference")]
public virtual string? PhotoReference { get; set; }

Property Value

string

Width

Width — the maximum width of the image.

[JsonPropertyName("width")]
public virtual int Width { get; set; }

Property Value

int