NlpSemanticParsingModelsMediaLatLng

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaLatLng


Table of Contents ▼

Jump to a specific part of the page:

Description

An object representing a latitude/longitude pair. More info in https://cs.corp.google.com/piper///depot/google3/google/type/latlng.proto

Attributes List

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

View Attributes

Attributes

  1. latitude (type: float(), default: nil)
    - The latitude in degrees. It must be in the range [-90.0, +90.0].
  2. longitude (type: float(), default: nil)
    - The longitude in degrees. It must be in the range [-180.0, +180.0].

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaLatLng{
latitude: float() | nil,
longitude: float() | nil
}

Function

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

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