AssistantApiCoreTypesLocationCoordinates

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesLocationCoordinates


Table of Contents ▼

Jump to a specific part of the page:

Description

Geographic coordinate information for location.

Attributes List

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

View Attributes

Attributes

  1. accuracyMeters (type: float(), default: nil)
    - The accuracy of the coordinates in meters.
  2. latDegrees (type: float(), default: nil)
    - Latitude degrees.
  3. lngDegrees (type: float(), default: nil)
    - Longitude degrees.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesLocationCoordinates{
accuracyMeters: float() | nil,
latDegrees: float() | nil,
lngDegrees: float() | nil
}

Function

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

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