ITrackingResult

public protocol ITrackingResult : IApiResult

トラッキング結果を収納するインタフェース

  • トラッキングを行ったロケーション

    Declaration

    Swift

    var trackingLocation: Location { get }
  • トラッキングが受け入れられた日時のタイムスタンプ

    Declaration

    Swift

    var trackingTimestamp: Int64? { get }