[[["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 content defines an enumeration, `GMTSTripType`, with three possible trip types. `GMTSTripTypeUnknown` (value 0) represents an undefined trip type. `GMTSTripTypeShared` (value 1) indicates a shared trip. `GMTSTripTypeExclusive` (value 2) denotes an exclusive trip. Each type is defined using both Swift (case) and Objective-C (type name) syntax. This enum, in summary, provides the possible states of trip types.\n"]]