Add option to force Google Maps or use geo: URI for navigation

This commit is contained in:
2026-07-07 12:03:59 +02:00
parent d929397492
commit 6cce1c6e25
8 changed files with 178 additions and 1 deletions
+5
View File
@@ -99,6 +99,11 @@
<string name="url_license" translatable="false">https://raw.githubusercontent.com/penguin86/nextcloud-maps-client/master/LICENSE</string>
<string name="url_maps" translatable="false">https://donate.openstreetmap.org</string>
<!-- Settings -->
<string name="settings">Settings</string>
<string name="settings_use_google_maps">Always open with Google Maps</string>
<string name="settings_use_google_maps_summary">When disabled, a generic geo: URI will be used instead</string>
<!-- Menu -->
<string name="new_geobookmark_gps">New from current position</string>
<string name="new_geobookmark_map">New from map</string>