ICalendarGeographicPosition

public struct ICalendarGeographicPosition : VPropertyEncodable

Specifies information related to the global position for the activity specified by a calendar component.

See https://tools.ietf.org/html/rfc5545#section-3.8.1.6

  • Undocumented

    Declaration

    Swift

    public let latitude: Double
  • Undocumented

    Declaration

    Swift

    public let longitude: Double
  • Declaration

    Swift

    public var vEncoded: String { get }
  • Undocumented

    Declaration

    Swift

    public init(latitude: Double, longitude: Double)