Method
GWeatherLocationget_coords
Declaration [src]
void
gweather_location_get_coords (
GWeatherLocation* loc,
double* latitude,
double* longitude
)
Description [src]
Gets loc
‘s coordinates.
You must call gweather_location_has_coords()
before calling
this function.