Module ImageMediaMetadata.Location

type t = {
  1. altitude : float;
    (*

    The altitude stored in the image.

    *)
  2. latitude : float;
    (*

    The latitude stored in the image.

    *)
  3. 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