Module GapiDriveV3Model.File.ImageMediaMetadata.Location

module Location: sig .. end

type t = {
   altitude : float; (*
The altitude stored in the image.
*)
   latitude : float; (*
The latitude stored in the image.
*)
   longitude : float; (*
The longitude stored in the image.
*)
}
val altitude : (t, float) GapiLens.t
val latitude : (t, float) GapiLens.t
val longitude : (t, float) GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model ->
t