ComputeTravelTimeFor

public enum ComputeTravelTimeFor : String
extension ComputeTravelTimeFor: QueryItemConvertible

Represents how much traffic information should be included in the travel time computation.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • all

    All traffic information included.

    Declaration

    Swift

    case all
  • No traffic information included.

    Declaration

    Swift

    case none