PhysicalLocation

public struct PhysicalLocation : LGV_MeetingSDK_Meeting_Physical_Protocol

This describes a physical location for the meeting.

  • The coordinates of the meeting.

    Declaration

    Swift

    public var coords: CLLocationCoordinate2D
  • A name for the location.

    Declaration

    Swift

    public var name: String
  • The address of the meeting.

    Declaration

    Swift

    public var postalAddress: CNPostalAddress?
  • The local time zone of the meeting.

    Declaration

    Swift

    public var timeZone: TimeZone
  • Any additional information.

    Declaration

    Swift

    public var extraInfo: String