ImageExifIPTCMetadataLocation

GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

Location of the camera @deprecated: Use location_created instead.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. city (type: String.t, default: nil)
    -
  2. country (type: String.t, default: nil)
    -
  3. countryCode (type: String.t, default: nil)
    -
  4. state (type: String.t, default: nil)
    -
  5. subLocation (type: String.t, default: nil)
    -
  6. worldRegion (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataLocation{
city: String.t() | nil,
country: String.t() | nil,
countryCode: String.t() | nil,
state: String.t() | nil,
subLocation: String.t() | nil,
worldRegion: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataLocation