Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 449 Bytes

coordinates.md

File metadata and controls

25 lines (16 loc) · 449 Bytes

Coordinates

Latitude and longitude coordinates.

Structure

Coordinates

Fields

Name Type Tags Description
latitude number | undefined Optional The latitude of the coordinate expressed in degrees.
longitude number | undefined Optional The longitude of the coordinate expressed in degrees.

Example (as JSON)

{
  "latitude": null,
  "longitude": null
}