http://schema.org/GeoCircle
A circular region of a particular radius centered on a GeoCoordinate. Based on schema.org
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | external/schema/geocircle.schema.json |
- Geo Circle
http://schema.org/GeoCircle
- Geo Coordinates
http://schema.org/GeoCoordinates
- Geo Coordinates
{
"@id": "https://data.adobe.io/entities/geo/circleid123",
"schema:description": "New York Metro",
"schema:coordinates": {
"@id": "https://data.adobe.io/entities/geo/111",
"schema:description": "New York",
"schema:latitude": 37.3308953,
"schema:longitude": -121.8939894,
"schema:elevation": 31.0896
},
"schema:radius": 80000
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Optional | Geo Circle (this schema) |
schema:coordinates | Geo Coordinates | Optional | Geo Circle (this schema) |
schema:description | string |
Optional | Geo Circle (this schema) |
schema:radius | number |
Optional | Geo Circle (this schema) |
* |
any | Additional | this schema allows additional properties |
The unique identifier of the circle.
@id
- is optional
- type:
string
- defined in this schema
string
schema:coordinates
- is optional
- type: Geo Coordinates
- defined in this schema
- Geo Coordinates –
http://schema.org/GeoCoordinates
A description of what the circle contains.
schema:description
- is optional
- type:
string
- defined in this schema
string
The length of the radius of the circle. This value conforms to the WGS84 datum and is measured in meters.
schema:radius
- is optional
- type:
number
- defined in this schema
number