feat: Add location permissions and implement current location retrieval in map component

This commit is contained in:
Van Leemput Dayron
2025-10-17 00:59:19 +02:00
parent d1cda9c3ff
commit 1ce5107b97
6 changed files with 355 additions and 131 deletions

View File

@@ -46,9 +46,9 @@
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to show it on the map.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>We need your location to show it on the map even in background.</string>
<string>Cette application a besoin de votre position pour afficher votre localisation sur la carte</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Cette application a besoin de votre position pour afficher votre localisation sur la carte</string>
<key>GIDClientID</key>
<string>521527250907-3i1qe2656eojs8k9hjdi573j09i9p41m.apps.googleusercontent.com</string>
</dict>