LastKnownLocation
public struct LastKnownLocation
This struct represents a location. Used in RemoteNotificationParameters.
-
latitude value of the location
Declaration
Swift
public let latitude: String
-
longitude value of the location
Declaration
Swift
public let longitude: String
-
Initializer for LastKnownLocation
Declaration
Swift
public init(latitude: String, longitude: String)
Parameters
latitude
latitude value of the location
longitude
longitude value of the location