get_bounding_box


Description:

public void get_bounding_box (out double north, out double east, out double south, out double west)

Gets the latitudes and longitudes of a bounding box, inside which all the results must lie.

Parameters:

this

a PicasaWebQuery

north

return location for the latitude of the top of the box, or null

east

return location for the longitude of the right of the box, or null

south

return location for the latitude of the south of the box, or null

west

return location for the longitude of the left of the box, or null