Type Definitions

Geo

The jCal Geo type. This is a tuple representing a geographical location. The first element is the Latitude and the second element is the Longitude.

TODO: Properly typedef this when https://github.com/hegemonic/catharsis/pull/70

Type:
  • Array
Properties
NameTypeDescription
0Number

Latitude

1Number

Longitude