Skip to content
On this page

Coordinates Schema

txt
https://schema.vinv.io/location/0.0.1.json#/properties/coordinates
1

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.

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenAllowednonedereferenced.doc.json*

coordinates Type

object (Coordinates)

coordinates Properties

PropertyTypeRequiredNullableDefined by
longitudenumberRequiredcannot be nullLocation
latitudenumberRequiredcannot be nullLocation
altitudenumberOptionalcan be nullLocation

longitude

The decimal east/west position of a point. (7 decimal places max)

longitude

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

json
-130.5627874
1
json
130.5627874
1

latitude

The decimal north/south position of a point. (7 decimal places max)

latitude

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

json
-12.4563
1
json
50.5627874
1

altitude

The altitude of the position in meters above mean sea level. (2 decimal places max)

altitude

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

json
0
1
json
130
1

Released under the GNU GENERAL PUBLIC LICENSE.