Table of Contents

Class File.ImageMediaMetadataData.LocationData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

Geographic location information stored in the image.

public class File.ImageMediaMetadataData.LocationData
Inheritance
File.ImageMediaMetadataData.LocationData
Inherited Members

Constructors

LocationData()

public LocationData()

Properties

Altitude

The altitude stored in the image.

public virtual double? Altitude { get; set; }

Property Value

double?

Latitude

The latitude stored in the image.

public virtual double? Latitude { get; set; }

Property Value

double?

Longitude

The longitude stored in the image.

public virtual double? Longitude { get; set; }

Property Value

double?