get_gps_info


Description:

[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public bool get_gps_info (out double longitude, out double latitude, out double altitude)

Warning: get_gps_info is deprecated since 0.12.2.

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.

Parameters:

this

An instance of [class@GExiv2.Metadata]

longitude

Storage for longitude value

latitude

Storage for latitude value

altitude

Storage for altitude value

Returns:

Boolean success value. Indicates if any of the queries failed.