[[["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 2024-11-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSVoiceGuidanceAudioDeviceType\u003c/code\u003e is an enum used to control audio output for voice guidance.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two options: \u003ccode\u003ebuiltInOnly\u003c/code\u003e restricts audio to the device's built-in speaker or headphones, while \u003ccode\u003ebluetooth\u003c/code\u003e prioritizes Bluetooth but falls back to the built-in audio if unavailable.\u003c/p\u003e\n"]]],[],null,["GMSVoiceGuidanceAudioDeviceType \n\n enum GMSVoiceGuidanceAudioDeviceType : NSInteger {}\n\nDetermines what type of audio devices voice guidance may be played through.\n- `\n ``\n ``\n `\n\n [GMSVoiceGuidanceAudioDeviceTypeBuiltInOnly](#/c:@E@GMSVoiceGuidanceAudioDeviceType@GMSVoiceGuidanceAudioDeviceTypeBuiltInOnly)`\n ` \n Voice guidance plays only through the built-in device speaker or headphones. \n\n Declaration \n Swift \n\n case builtInOnly = 0\n\n Objective-C \n\n GMSVoiceGuidanceAudioDeviceTypeBuiltInOnly = 0\n\n- `\n ``\n ``\n `\n\n [GMSVoiceGuidanceAudioDeviceTypeBluetooth](#/c:@E@GMSVoiceGuidanceAudioDeviceType@GMSVoiceGuidanceAudioDeviceTypeBluetooth)`\n ` \n Voice guidance plays over a bluetooth connection if available, else it uses the built-in device\n speaker or headphones. \n\n Declaration \n Swift \n\n case bluetooth = 1\n\n Objective-C \n\n GMSVoiceGuidanceAudioDeviceTypeBluetooth"]]