API · SDK · runtime · authentication lifecycle intelligence

Last updated · 9 September 2026

SchemaTrace

Breaking changes, enforcement dates and migration requirements.

ST-2026-035 · SDKs, clients & toolchains

Google Navigation SDK for Android 7.8 deprecates integer audio-guidance configuration

Navigation SDK for Android 7.8.0 deprecated the integer-based setAudioGuidance method and constants in favour of AudioGuidanceSettings.

Google MapsNavigation SDKAndroidaudio guidancedeprecation

Previous state

Applications configured guidance mode through integer constants and setAudioGuidance(@AudioGuidance int).

Current state

Applications should use setAudioGuidanceSettings(AudioGuidanceSettings) to configure mode, volume, vibration and Bluetooth behaviour.

Who needs to care

Android navigation developers and maintainers upgrading to SDK 7.8 or later.

What to do

Replace integer constants with AudioGuidanceSettings and test all guidance-output combinations.

What the source does not prove

Google does not state a removal date for the deprecated method, so this is a migration warning rather than a hard cutoff.

Lifecycle history

Dated event sequence

  1. Change documented

    Navigation SDK for Android 7.8.0 deprecated the integer-based setAudioGuidance method and constants in favour of AudioGuidanceSettings.

Evidence ledger

First-party sources

  1. 01
    Google for Developers — Navigation SDK for Android release notes

    Official product documentation or changelog · 2026-07-16

    Open official source ↗