Coordinates Schema
https://schema.vinv.io/coordinates/0.0.1.json
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.
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 |
Coordinates Type
object
(Coordinates)
Coordinates Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
longitude | number | Required | cannot be null | Coordinates |
latitude | number | Required | cannot be null | Coordinates |
altitude | number | Optional | can be null | Coordinates |
longitude
The decimal east/west position of a point. (7 decimal places max)
longitude
is required
Type:
number
(Longitude)cannot be null
defined in: Coordinates
longitude Type
number
(Longitude)
longitude Constraints
multiple of: the value of this number must be a multiple of: 1e-7
maximum: the value of this number must smaller than or equal to: 180
minimum: the value of this number must greater than or equal to: -180
longitude Examples
-130.5627874
130.5627874
latitude
The decimal north/south position of a point. (7 decimal places max)
latitude
is required
Type:
number
(Latitude)cannot be null
defined in: Coordinates
latitude Type
number
(Latitude)
latitude Constraints
multiple of: the value of this number must be a multiple of: 1e-7
maximum: the value of this number must smaller than or equal to: 90
minimum: the value of this number must greater than or equal to: -90
latitude Examples
-12.4563
50.5627874
altitude
The altitude of the position in meters above mean sea level. (2 decimal places max)
altitude
is optional
Type:
number
(Altitude)can be null
defined in: Coordinates
altitude Type
number
(Altitude)
altitude 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: 2500
minimum: the value of this number must greater than or equal to: 0
altitude Examples
0
130