TomTom SDK for iOS SourceType SourceType public enum SourceType Defines the source of RouteStop. autoGenerated The RouteStop was automatically generated. Declaration Swift case autoGenerated userDefined The RouteStop was defined by the user. Declaration Swift case userDefined