- Changed to automatically request permission if not granted during initialization
- Set both _hasLocationPermission and _isNavigationInitialized flags when permission is granted
- Ensures iOS system permission dialog is shown on navigation page entry
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Restructures navigation session initialization to occur after the view is
created, eliminating race conditions. Session initialization now happens in
onViewCreated callback with proper delay before setting destination.
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Adds complete Google Navigation support with:
- LocationPermissionService for runtime location permissions
- NavigationSessionService for session and route management
- NavigationPage for full-screen turn-by-turn navigation UI
- NavigationTermsAndConditionsDialog for service acceptance
- Comprehensive i18n support (English/French)
- Android minSdk=23 with Java NIO desugaring
- iOS location permissions in Info.plist
- Error handling with user-friendly dialogs
- Location update and arrival notifications
Includes detailed setup guide and implementation documentation with API key
configuration instructions, integration examples, and testing checklist.
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>