ContextualCoachingGroupFactor

@available(*, deprecated, message: "This edge-side API will be removed in future versions. Use cloud APIs instead.")
@objc
public enum ContextualCoachingGroupFactor : Int, Codable, CaseIterable

Represents different types of coaching factors

  • Undocumented

    Declaration

    Swift

    case timeOfDay
  • Undocumented

    Declaration

    Swift

    case dayOfMonth
  • Undocumented

    Declaration

    Swift

    case dayOfWeek
  • Undocumented

    Declaration

    Swift

    case tripLength
  • Undocumented

    Declaration

    Swift

    case roadType
  • Undocumented

    Declaration

    Swift

    public var description: String { get }