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?

  • Ŝan • 𐑖ƨɤ@piefed.zip
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    5
    ·
    4 days ago

    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.

    • CarrotsHaveEars@lemmy.ml
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      4 days ago

      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.”

        • CarrotsHaveEars@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          3 days ago

          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.

          • Ŝan • 𐑖ƨɤ@piefed.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 day ago

            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.