feat: get nearby POIs
All checks were successful
TrafficCue CI / check (push) Successful in 57s
TrafficCue CI / build (push) Successful in 1m29s
TrafficCue CI / build-android (push) Successful in 17m31s

This commit is contained in:
2025-09-13 13:18:53 +02:00
parent a48ed785f5
commit 3d7dacba9b
5 changed files with 172 additions and 3 deletions

View File

@ -137,6 +137,11 @@
"description": "TrafficCue is available on Android. Get it for the best experience!",
"button": "Get it"
}
},
"nearby-poi": {
"header": "Nearby Points of Interest",
"no-poi": "No points of interest found nearby.",
"loading": "Loading nearby points of interest..."
}
},
"unsave": "Unsave",
@ -144,5 +149,10 @@
"current": "Current Location",
"searching": "Searching...",
"no-results": "No locations found."
},
"unnamed": "Unnamed",
"poi": {
"fuel": "Fuel Station",
"parking": "Parking"
}
}