StartingPoint
public enum StartingPoint : String
-
Declaration
Swift
case CurrentLocation = "Current Location"
-
Declaration
Swift
case SelectedLocation = "Selected Location"
-
Declaration
Swift
case SomeEntity = "SomeEntity"
-
Declaration
Swift
case Unspecified = "Unspecified"