Exexif.Data.Gps (Кропоткин Framework v0.1.0) View Source

Internal representation of GPS tag in the EXIF.

Link to this section Summary

Functions

Returns the human-readable representation of GPS data, e. g. "41°23´16˝N,2°11´50˝E".

Link to this section Types

Specs

t() :: %Exexif.Data.Gps{
  gps_altitude: any(),
  gps_altitude_ref: any(),
  gps_area_information: any(),
  gps_date_stamp: any(),
  gps_dest_bearing: any(),
  gps_dest_bearing_ref: any(),
  gps_dest_distance: any(),
  gps_dest_distance_ref: any(),
  gps_dest_latitude: any(),
  gps_dest_latitude_ref: any(),
  gps_dest_longitude: any(),
  gps_dest_longitude_ref: any(),
  gps_differential: any(),
  gps_dop: any(),
  gps_h_positioning_error: any(),
  gps_img_direction: any(),
  gps_img_direction_ref: any(),
  gps_latitude: any(),
  gps_latitude_ref: any(),
  gps_longitude: any(),
  gps_longitude_ref: any(),
  gps_map_datum: any(),
  gps_measure_mode: any(),
  gps_processing_method: any(),
  gps_satellites: any(),
  gps_speed: any(),
  gps_speed_ref: any(),
  gps_status: any(),
  gps_time_stamp: any(),
  gps_track: any(),
  gps_track_ref: any(),
  gps_version_id: any()
}

Link to this section Functions

Specs

inspect(data :: t()) :: String.t()

Returns the human-readable representation of GPS data, e. g. "41°23´16˝N,2°11´50˝E".