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:
Properties- Array
| Name | Type | Description |
|---|---|---|
0 | Number | Latitude |
1 | Number | Longitude |