set_location


Description:

public void set_location (double latitude, double longitude, double radius, bool has_location)

Sets the location-based properties of the YouTubeQuery<!-- -->: latitude, longitude, location_radius and has_location.

Parameters:

this

a YouTubeQuery

latitude

the new latitude, or g_maxdouble

longitude

the new longitude, or g_maxdouble

radius

the new location radius, or <code class="literal">0</code>

has_location

true if the query is for videos with a specific location, false otherwise