TNProbeListItem

@objcMembers
public class TNProbeListItem : NSObject, Codable, LogInitiator

Undocumented

  • lat

    Raw Latitude

    Declaration

    Swift

    public private(set) var lat: CLLocationDegrees { get }
  • lon

    Raw Longitude

    Declaration

    Swift

    public private(set) var lon: CLLocationDegrees { get }
  • The time at which location was determined in milliseconds

    Declaration

    Swift

    public private(set) var locationTime: Date { get set }
  • Altitude measured in metres

    Declaration

    Swift

    public var altitude: Double?
  • The radius of uncertainty for the location, measured in meters

    Declaration

    Swift

    public var horizontalAccuracy: Double?
  • The accuracy of the altitude value in meters

    Declaration

    Swift

    public var verticalAccuracy: Double?
  • The instantaneous speed of the device in meters per second

    Declaration

    Swift

    public var speed: Double?
  • The direction in which the device is traveling. Can be one of the - N NE E SE S SW NW W

    Declaration

    Swift

    public var direction: TNHeadingDirectionType? { get set }
  • The direction in which the device is traveling with respect to north, degree value (0-360)

    Declaration

    Swift

    public var headingAngle: Double?
  • Builder in order to create a valid item

    Declaration

    Swift

    public static func builder() -> TNProbeListItemBuilder