Location Schema
txt
https://schema.vinv.io/location/0.0.1.json
1
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | dereferenced.doc.json |
Location Type
object (Location)
Location Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| coordinates | object | Required | cannot be null | Location |
| accuracy | number | Required | cannot be null | Location |
| geogrid | object | Optional | can be null | Location |
coordinates
Anchor point of the Object on a map. Array of longitude, latitude and [altitude] coordinate. Reference system: WGS84 Web Mercator with longitude and latitude units of decimal degrees.
coordinates
is required
Type:
object(Coordinates)cannot be null
defined in: Location
vinv:basics: https://documentation.vinv.io/coordinates/0.0.1/0.html
coordinates Type
object (Coordinates)
accuracy
The decimal accuracy of coordinates in meter (2 decimal places max).
accuracy
accuracy Type
number (Accuracy)
accuracy Constraints
multiple of: the value of this number must be a multiple of: 0.1
maximum: the value of this number must smaller than or equal to: 10000
minimum: the value of this number must greater than or equal to: 0
accuracy Examples
json
3
1
json
12
1
geogrid
Geographical Aggregation Grid
geogrid
geogrid Type
object (Geo Grid)