Page Summary
-
The
GMTSTaskOutcomeLocationSourceenum defines the origin of a task's outcome location. -
GMTSTaskOutcomeLocationSourceUnspecified(value 0) represents an unspecified source for the location. -
GMTSTaskOutcomeLocationSourceProvider(value 2) indicates that the task's outcome location is derived from a provider. -
GMTSTaskOutcomeLocationSourceLastVehicleLocation(value 3) signifies that the outcome location is based on the last known vehicle location.
GMTSTaskOutcomeLocationSource
enum GMTSTaskOutcomeLocationSource : NSInteger {}\defgroup GMTSTaskOutcomeLocationSource GMTSTaskOutcomeLocationSource @{
-
Declaration
Swift
case unspecified = 0Objective-C
GMTSTaskOutcomeLocationSourceUnspecified = 0 -
Declaration
Swift
case provider = 2Objective-C
GMTSTaskOutcomeLocationSourceProvider = 2 -
Declaration
Swift
case lastVehicleLocation = 3Objective-C
GMTSTaskOutcomeLocationSourceLastVehicleLocation = 3