BucketTripsInfo

@available(*, deprecated, message: "This edge-side API will be removed in future versions. Use cloud APIs instead.")
@objcMembers
public class BucketTripsInfo : NSObject, Codable

Basic trip information for road bucket statistics

  • Total distance in meters

    Declaration

    Swift

    public let totalDistance: Double
  • Total duration in seconds

    Declaration

    Swift

    public let totalDuration: Int
  • Undocumented

    Declaration

    Swift

    public init(totalDistance: Double = 0, totalDuration: Int = 0)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws