OnlineApiVersion

public enum OnlineApiVersion : Int

GuidanceVersion defines the Guidance API version to be used.

Important

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

    Provides NavKit grade of guidance with its respective feature set.

    Declaration

    Swift

    case v1 = 1
  • v2

    Provides NavKit2 grade of guidance with its respective feature set. Not implemented yet and should not be used

    Declaration

    Swift

    case v2 = 2