[ Version ( since = "3.60" ) ]
public bool to_string (out string? out_latitude, out string? out_longitude)
Converts latitude and longitude of the this into string.
Free the returned strings with g_free, when no longer needed.
Note: the numbers are converted up to 6 digits after the decimal point.
| this |
an ContactGeo |
| out_latitude |
output location to store converted latitude into string |
| out_longitude |
output location to store converted longitude into string |
|
true, when the this contained latitude and longitude and the out arguments were populated, false otherwise, which also means the out arguments were not modified. |