GoogleTypeLatLng

GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng


Table of Contents ▼

Jump to a specific part of the page:

Description

An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges.

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.GoogleTypeLatLng{
latitude: float() | nil,
longitude: float() | nil
}

Function

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

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