GoogleNavigation Framework Reference

  • GMSNavigationVoiceGuidance is an enum used to control voice guidance during navigation.

  • It offers three options: silent to disable voice guidance completely, alertsOnly for traffic alerts only, and alertsAndGuidance for both turn-by-turn directions and alerts.

  • Developers can use this enum to customize the level of voice guidance provided in their navigation applications.

GMSNavigationVoiceGuidance

enum GMSNavigationVoiceGuidance : NSInteger {}

Determines whether voice guidance is played under certain circumstances.