Location Object
Always present (compact or detailed):
Field | Description | Type | Required? |
---|---|---|---|
id | Unique ID | string | Yes |
name | Human-readable name/description of this location | string | Yes |
lat | Latitude (degrees) | number | |
lon | Longitude (degrees) | number |
Detailed fields:
Field | Description | Type | Required? | ||||
---|---|---|---|---|---|---|---|
edges |
Object describing the entities related to this location. Form will be: { <entity_type> : { "count": <total count for type>, "rel_types": { <relation type>: { "count": <count for rel type> } } } } For a location, the related entities may include:
|
object |