package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ImageMediaMetadata.LocationSource

Sourcetype t = {
  1. latitude : float;
    (*

    Output only. The latitude stored in the image.

    *)
  2. longitude : float;
    (*

    Output only. The longitude stored in the image.

    *)
  3. altitude : float;
    (*

    Output only. The altitude stored in the image.

    *)
}
Sourceval latitude : (t, float) GapiLens.t
Sourceval longitude : (t, float) GapiLens.t
Sourceval altitude : (t, float) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list