[[["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-08-27 UTC."],[],["The `GMTSVehicleState` enum defines the possible states of a vehicle. These states, represented as unsigned integers, include `unknown` (value 0), indicating an undefined state. `offline` (value 1) means the vehicle is not connected or available. `online` (value 2) signifies that the vehicle is active and accessible. Each state is represented in both Swift (case) and Objective-C (value) programming languages.\n"]]