[ Version ( since = "0.8.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.
| this | |
| latitude |
return location for the latitude, or |
| longitude |
return location for the longitude, or |