Type Aliases

The following type aliases are available globally.

  • Row

    Row index (zero-based).

    Declaration

    Swift

    public typealias Row = Int
  • Polyline defined as array of points.

    Declaration

    Swift

    public typealias Polyline = [Point]
  • Zero-based week number, since first week of 2001 (between -4194303 and 4194304).

    Declaration

    Swift

    public typealias Week = Int
  • Day of week number, between Sunday and Saturday (between 0 and 6, inclusive).

    Declaration

    Swift

    public typealias DayOfWeek = Int
  • Time of day in seconds passed since midnight (between 0 and 24*60*60=86400 inclusive, i.e. next midnight is accepted).

    Declaration

    Swift

    public typealias TimeOfDay = TimeInterval
  • Undocumented

    Declaration

    Swift

    public typealias MonthInterval = Int