MPIPosition
public struct MPIPosition : Codable
This struct represents the geolocation of an object at a specific point in time
-
Undocumented
Declaration
Swift
public let timestamp: Double?
-
Undocumented
Declaration
Swift
public let coords: MPICoordinates?
-
Undocumented
Declaration
Swift
public let type: String
-
Undocumented
Declaration
Swift
public let annotation: String?
-
Undocumented
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public init(timestamp: Double? = 0.0, coords: MPICoordinates? = nil, type: String = "", annotation: String? = nil)