GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchLocation
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
boxCoordinates
(type:String.t
, default:nil
)
- Coordinates of the corners of the polygon in the form "lat1 long1 lat2 long2" -
circleCoordinates
(type:String.t
, default:nil
)
- Coordinates for the circle area defined by its center and radius: "lat long, radius" -
containedInMid
(type:list(String.t)
, default:nil
)
- mids for locations that contain loctions in . -
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. -
locationMidLabel
(type:list(String.t)
, default:nil
)
- Labels (in the preferred language of the dataset) for the mids in . -
locationName
(type:String.t
, default:nil
)
- The original name for the area covered by the dataset. -
locationSource
(type:String.t
, default:nil
)
- -
pointCoordinates
(type:String.t
, default:nil
)
- Latitude and longitude for a single point in the form of "lat,long". -
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
}
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