Class File.ImageMediaMetadataData.LocationData
Output only. Geographic location information stored in the image.
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class File.ImageMediaMetadataData.LocationData
Properties
Altitude
Output only. The altitude stored in the image.
Declaration
[JsonProperty("altitude")]
public virtual double? Altitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Latitude
Output only. The latitude stored in the image.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Longitude
Output only. The longitude stored in the image.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
double? |