Show / Hide Table of Contents

Class File.ImageMediaMetadataData.LocationData

Output only. Geographic location information stored in the image.

Inheritance
object
File.ImageMediaMetadataData.LocationData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.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?
In This Article
Back to top Generated by DocFX