Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 428 Bytes

coordinates.md

File metadata and controls

25 lines (16 loc) · 428 Bytes

Coordinates

Latitude and longitude coordinates.

Structure

Coordinates

Fields

Name Type Tags Description
Latitude double? Optional The latitude of the coordinate expressed in degrees.
Longitude double? Optional The longitude of the coordinate expressed in degrees.

Example (as JSON)

{
  "latitude": 200.94,
  "longitude": 52.86
}