module Location:sig..end
type t = {
|
altitude : |
(* |
The altitude stored in the image.
| *) |
|
latitude : |
(* |
The latitude stored in the image.
| *) |
|
longitude : |
(* |
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