GoogleRidesharingDriver Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTDVehicleStopState
enum GMTDVehicleStopState : NSUInteger {}
Enum representing all possible VehicleStop states.
-
Declaration
Swift
case unspecified = 0
Objective-C
GMTDVehicleStopStateUnspecified = 0
-
Declaration
Objective-C
GMTDVehicleStopStateNew
-
Declaration
Objective-C
GMTDVehicleStopStateEnroute
-
Declaration
Objective-C
GMTDVehicleStopStateArrived
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGMTDVehicleStopState\u003c/code\u003e enum defines the possible states of a vehicle stop.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTDVehicleStopStateUnspecified\u003c/code\u003e represents an unspecified state with a value of 0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTDVehicleStopStateNew\u003c/code\u003e indicates a new stop state.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTDVehicleStopStateEnroute\u003c/code\u003e signifies that the vehicle is currently en route.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMTDVehicleStopStateArrived\u003c/code\u003e denotes that the vehicle has reached its stop.\u003c/p\u003e\n"]]],[],null,["GMTDVehicleStopState \n\n enum GMTDVehicleStopState : NSUInteger {}\n\nEnum representing all possible VehicleStop states.\n- `\n ``\n ``\n `\n\n [GMTDVehicleStopStateUnspecified](#/c:@E@GMTDVehicleStopState@GMTDVehicleStopStateUnspecified)`\n ` \n\n Declaration \n Swift \n\n case unspecified = 0\n\n Objective-C \n\n GMTDVehicleStopStateUnspecified = 0\n\n- `\n ``\n ``\n `\n\n [GMTDVehicleStopStateNew](#/c:@E@GMTDVehicleStopState@GMTDVehicleStopStateNew)`\n ` \n\n Declaration \n Swift \n\n case new = 1\n\n Objective-C \n\n GMTDVehicleStopStateNew\n\n- `\n ``\n ``\n `\n\n [GMTDVehicleStopStateEnroute](#/c:@E@GMTDVehicleStopState@GMTDVehicleStopStateEnroute)`\n ` \n\n Declaration \n Swift \n\n case enroute = 2\n\n Objective-C \n\n GMTDVehicleStopStateEnroute\n\n- `\n ``\n ``\n `\n\n [GMTDVehicleStopStateArrived](#/c:@E@GMTDVehicleStopState@GMTDVehicleStopStateArrived)`\n ` \n\n Declaration \n Swift \n\n case arrived = 3\n\n Objective-C \n\n GMTDVehicleStopStateArrived"]]