AlternativeType

public enum AlternativeType : String
extension AlternativeType: QueryItemConvertible

Represents the ‘alternativeType’ parameter in a Request to the Routing API.

Important

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

    Declaration

    Swift

    case anyRoute
  • Only find routes that are better.

    Declaration

    Swift

    case betterRoute