LGV_MeetingSDK_Meeting_Physical_Protocol
public protocol LGV_MeetingSDK_Meeting_Physical_Protocol : LGV_MeetingSDK_Additional_Info_Protocol
This defines the meeting’s physical location component.
-
REQUIRED - The coordinates for the meeting.
Declaration
Swift
var coords: CLLocationCoordinate2D { get } -
REQUIRED - A name for the location.
Declaration
Swift
var name: String { get } -
REQUIRED - The location is stored as a standard postal address.
Declaration
Swift
var postalAddress: CNPostalAddress? { get } -
REQUIRED - The time zone.
Declaration
Swift
var timeZone: TimeZone { get }
View on GitHub
LGV_MeetingSDK_Meeting_Physical_Protocol Protocol Reference