ICalendarGeographicPosition
public struct ICalendarGeographicPosition : VPropertyEncodable
Specifies information related to the global position for the activity specified by a calendar component.
-
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)