View Source GoogleApi.Drive.V3.Model.FileImageMediaMetadataLocation (google_api_drive v0.27.1)

Output only. Geographic location information stored in the image.

Attributes

  • altitude (type: float(), default: nil) - Output only. The altitude stored in the image.
  • latitude (type: float(), default: nil) - Output only. The latitude stored in the image.
  • longitude (type: float(), default: nil) - Output only. The longitude stored in the image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileImageMediaMetadataLocation{
  altitude: float() | nil,
  latitude: float() | nil,
  longitude: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.