Location

@objc(LwayveLocation)
public final class Location : NSObject, NamedEntity

An object of the class represents a user location.

Seealso

UserContext
  • Location name.

    Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public override var hashValue: Int { get }
  • Declaration

    Swift

    public static func ==(lhs: Location, rhs: Location) -> Bool
  • Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool
  • Declaration

    Swift

    public func encode(with aCoder: NSCoder)
  • Declaration

    Swift

    convenience public init?(coder aDecoder: NSCoder)