http://schema.org/GeoCoordinates
The geographic coordinates of a place. Based on schema.org.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | external/schema/geocoordinates.schema.json |
{
"@id": "https://data.adobe.io/entities/geo/111",
"xdm:description": "New York",
"xdm:latitude": 37.3308953,
"xdm:longitude": -121.8939894,
"xdm:elevation": 31.0896
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Geo Coordinates (this schema) |
schema:description | string |
Optional | Geo Coordinates (this schema) |
schema:elevation | number |
Optional | Geo Coordinates (this schema) |
schema:latitude | number |
Optional | Geo Coordinates (this schema) |
schema:longitude | number |
Optional | Geo Coordinates (this schema) |
* |
any | Additional | this schema allows additional properties |
The unique identifier of the coordinates.
@id
- is optional
- type:
string
- defined in this schema
string
- format:
uri-reference
– URI Reference (according to RFC3986)
A description of what the coordinates identify.
schema:description
- is optional
- type:
string
- defined in this schema
string
The specific elevation of the defined coordinate. The value conforms to the WGS84 datum and is measured in meters.
schema:elevation
- is optional
- type:
number
- defined in this schema
number
The signed vertical coordinate of a geographic point.
schema:latitude
- is optional
- type:
number
- defined in this schema
number
- minimum value:
-90
- maximum value:
90
The signed horizontal coordinate of a geographic point.
schema:longitude
- is optional
- type:
number
- defined in this schema
number
- minimum value:
-180
- maximum value:
180