MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.49k stars 82 forks source link

OsmAnd places integration #927

Open timechips opened 4 months ago

timechips commented 4 months ago

I do not have enough skill to write a plugin, so I'm posting the idea here. Would be great since you can download maps.

Sir-Photch commented 4 months ago

We already have places search, and it also uses OSM?

timechips commented 4 months ago

We already have places search, and it also uses OSM?

yes... OsmAnd is not the same as OSM. You can download maps and a lot more. Wouldn't be the places search faster when using a downloaded map? and It would of course work without internet. Since it is one of the most popular open source maps app, I think a lot of people would enjoy the option.

Sir-Photch commented 4 months ago

...but OsmAnd is also OSM based. Offline maps are out of scope for a launcher. You might as well favourite your location that you've looked up via Kvaesitso and then tap on the map to open up a maps app (which could as well be OsmAnd / OrganicMaps)

timechips commented 4 months ago

would it not be possible (similar to breezy weather) that the launcher would return the data in the app (search result, downloaded tiles)? So it would not query OSM, but query the already on device maps you have downloaded in the app. With that it could also refer to favorites and saved places in the app. And favoriting again more than 100 saved places as you are suggesting would be a daunting task.

Sir-Photch commented 4 months ago

Its up to OsmAnd to support this as well

timechips commented 4 months ago

Here is an API I found that looks like it does the trick (note that I'm very inexperienced). This AIDL API specifically.