[ Version ( deprecated = true , deprecated_since = "0.16.0" , since = "0.12.2" ) ]
public bool try_get_gps_info (out double longitude, out double latitude, out double altitude) throws Error
Warning: try_get_gps_info is deprecated since 0.16.0.
Convenience function to query all available GPS information at once.
Use [method@Metadata.get_gps_info] instead.
| this |
An instance of [class@GExiv2.Metadata] |
| longitude |
Storage for longitude value |
| latitude |
Storage for latitude value |
| altitude |
Storage for altitude value |
|
Boolean success value. |