IMLocationMessage
open class IMLocationMessage : IMCategorizedMessage
IM Location Message
-
Declaration
Swift
open override class var messageType: MessageType { get } -
Undocumented
Declaration
Swift
public required init() -
Undocumented
Declaration
Swift
public init(latitude: Double, longitude: Double) -
The latitude of location.
Declaration
Swift
public var latitude: Double? { get } -
The longitude of location.
Declaration
Swift
public var longitude: Double? { get }
View on GitHub
Install in Dash
IMLocationMessage Class Reference