get_coordinates


Description:

[ Version ( since = "0.5.0" ) ]
public void get_coordinates (out double latitude, out double longitude)

Gets the latitude and longitude properties, setting the out parameters to them.

If either latitude or longitude is null, that parameter will not be set. If the coordinates are unset, latitude and longitude will be set to G_MAXDOUBLE.

Parameters:

this

a PicasaWebFile

latitude

return location for the latitude, or null

longitude

return location for the longitude, or null