longitude


Description:

[ NoAccessorMethod ]
public double longitude { get; set; }

The longitude of a particular location of which videos should be found.

This should be used in conjunction with latitude; if either property is outside the valid range, neither will be used. Valid longitudes are between <code class="literal">-180</code> and <code class="literal">180</code> degrees; any values of this property outside that range will unset the property in the query URI.

For more information, see the documentation for latitude.