Table of Contents

Class CaptureDate

Namespace
GoogleMapsApi.Entities.AerialView.Response
Assembly
GoogleMapsApi.dll

The date the underlying imagery was captured (a google.type.Date). Any field may be 0 when that component is not significant.

public sealed class CaptureDate
Inheritance
CaptureDate
Inherited Members

Properties

Day

Day of the month (1-31), or 0 if not significant.

[JsonPropertyName("day")]
public int Day { get; set; }

Property Value

int

Month

Month of the date (1-12), or 0 if not significant.

[JsonPropertyName("month")]
public int Month { get; set; }

Property Value

int

Year

Year of the date (e.g. 2022), or 0 if not significant.

[JsonPropertyName("year")]
public int Year { get; set; }

Property Value

int