latitude


Description:

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

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

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

If location_radius is a non-<code class="literal">0</code > value, this will define a circle from which videos should be found.

As it is deprecated, the value of has_location is ignored.

For more information, see the <ulink type="http" url="https://developers.google.com/youtube/v3/docs/search/list#location">online documentation</ulink>.