UniqueVenue
public class UniqueVenue
extension UniqueVenue : Equatable
Undocumented
-
Undocumented
Declaration
Swift
public init(country: UInt16, state: UInt16, venue: UInt32, name: String? = nil)
-
Undocumented
Declaration
Swift
public func getCountry() -> UInt16
-
Undocumented
Declaration
Swift
public func getState() -> UInt16
-
Undocumented
Declaration
Swift
public func getCode() -> UInt32
-
Undocumented
Declaration
Swift
public func getName() -> String
-
Declaration
Swift
public static func == (lhs: UniqueVenue, rhs: UniqueVenue) -> Bool