[ Version ( since = "0.16.0" ) ]
public bool get_gps_info (out double longitude, out double latitude, out double altitude) throws Error
Convenience function to query all available GPS information at once.
See the [method@GExiv2.Metadata.get_gps_longitude], [method@GExiv2.Metadata.get_gps_latitude] and [ method@GExiv2.Metadata.get_gps_altitude] for possible values of the out parameters.
| 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. Indicates if any of the queries failed. |