MNShareLocationItem

@objc
open class MNShareLocationItem : NSObject, Codable
  • Declaration

    Swift

    public var avatar: UIImage?
  • Declaration

    Swift

    public var command: String?
  • Declaration

    Swift

    open var mapstedId: String { get }
  • Declaration

    Swift

    open var name: String { get }
  • Declaration

    Swift

    open var propertyId: Int { get }
  • Declaration

    Swift

    open var buildingId: Int { get }
  • Declaration

    Swift

    open var floorId: Int { get }
  • x

    Declaration

    Swift

    open var x: Double { get }
  • y

    Declaration

    Swift

    open var y: Double { get }
  • Declaration

    Swift

    public override init()
  • Declaration

    Swift

    public init(userId: String, name: String, x: Double, y: Double, propertyId: Int, buildingId: Int, floorId: Int)
  • Declaration

    Swift

    required public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws