get_location


Description:

public void get_location (out double latitude, out double longitude, out double radius, out bool has_location)

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

Parameters:

this

a YouTubeQuery

latitude

a location in which to return the latitude, or null

longitude

a location in which to return the longitude, or null

radius

a location in which to return the location radius, or null

has_location

a location in which to return true if the query is searching for videos with a specific location, false otherwise, or null