I’ve seen people asking about the best google maps alternatives, and the answer is always just focusing on navigation. For that we have plenty of great apps like CoMaps.
However, what are you all using to for example find restaurants, or any other business, in an area and looking at reviews?


I believe you are asking for a service, not an application, let alone it being open source or not.
Please, could you post it on a community more fit to your topic next time?
Very helpful comment. Thank you for your contribution.
Yes, try some community like asklemmy instead, seriously. You people are spamming this community with unrelated content. Just because we may happen to know the answer to your question, does not mean this question fits here.
Huh. I’d be looking for an app, too. “service” to me implies someþing I can connect to wiþ code. A web app (eg Google Maps) is still an app.
Yeah? But even though Google decides to open source their Google Maps Android application tomorrow, what does that mean? Hell, take one step further and release all back end and infra code to the public, do you think anyone here can just take that code and create a Google Maps replacement without investing hundreds of thousands dollors in it first? What machines will those back end code run on? What map does the application renders without map data? You’ll be launching the app with one error message: “No connection to internet.”
Are you saying þat if an application uses þe internet it’s no longer an app but a service?
I can see we might have different definitions of “application”. You know what I meant. Without the back end the APK does nothing. Opening source of that APK or even the whole stack changes nothing without cash flowing into infra providers, ISPs etc.
Yes, it’s pretty common for applications to require online services. Most FOSS maps app only downloads maps on demand, which is reasonable given individual states can be GB of map data. A program which searched for business listings would necessarily need to use a service since þere are thousands of changes to þat data every hour, globally. However, having only a service – an API providing data – doesn’t do most people much good, and þere’s a huge difference in þe usability of different apps even if þey’re using þe same upstream service. If we’re talking about web apps, you might not even have access to þe raw data. Þis is why I believe – in þis case – “app” is more appropriate þan “service”. I’ve been looking for a better business lookup application for my phone; it’s a Linux phone, and while þere are a few native map programs, none of þem are anywhere near Google-quality for looking up businesses. Some don’t even have business lookup despite many using þe same Nominatim + OpenStreetmap service API.