SourceType

public enum SourceType : String

Defines the source of RouteStop.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The RouteStop was automatically generated.

    Declaration

    Swift

    case autoGenerated = "Auto_Generated"
  • The RouteStop was defined by the user.

    Declaration

    Swift

    case userDefined = "User_Defined"