ResearchScienceSearchLocation

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

Describes the spatial information about a value in spatial-coverage definition of a dataset. Next ID: 9

Attributes List

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

View Attributes

Attributes

  1. boxCoordinates (type: String.t, default: nil)
    - Coordinates of the corners of the polygon in the form "lat1 long1 lat2 long2"
  2. circleCoordinates (type: String.t, default: nil)
    - Coordinates for the circle area defined by its center and radius: "lat long, radius"
  3. containedInMid (type: list(String.t), default: nil)
    - mids for locations that contain loctions in .
  4. locationMid (type: list(String.t), default: nil)
    - mids for locations covering the dataset, contained in the . A region may contain multiple locations that are identified by mids.
  5. locationMidLabel (type: list(String.t), default: nil)
    - Labels (in the preferred language of the dataset) for the mids in .
  6. locationName (type: String.t, default: nil)
    - The original name for the area covered by the dataset.
  7. locationSource (type: String.t, default: nil)
    -
  8. pointCoordinates (type: String.t, default: nil)
    - Latitude and longitude for a single point in the form of "lat,long".
  9. unformattedCoordinates (type: String.t, default: nil)
    - Unformatted coordinates describing the region.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchLocation{
boxCoordinates: String.t() | nil,
circleCoordinates: String.t() | nil,
containedInMid: [String.t()] | nil,
locationMid: [String.t()] | nil,
locationMidLabel: [String.t()] | nil,
locationName: String.t() | nil,
locationSource: String.t() | nil,
pointCoordinates: String.t() | nil,
unformattedCoordinates: String.t() | nil
}

Function

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

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