Class GeoPoint
Geographical coordinates of a point, in WGS84.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class GeoPoint : IDirectResponseSchema
Properties
Altitude
Altitude above the reference ellipsoid, in meters.
Declaration
[JsonProperty("altitude")]
public virtual double? Altitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Latitude
Latitude in degrees.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Longitude
Longitude in degrees.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
double? |