SourceType

public enum SourceType

Defines the source of RouteStop.

  • The RouteStop was automatically generated.

    Declaration

    Swift

    case autoGenerated
  • The RouteStop was defined by the user.

    Declaration

    Swift

    case userDefined