stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
91 stars 11 forks source link

Add a FusedLocationProviderClient wrapper #115

Open ianthetechie opened 3 weeks ago

ianthetechie commented 3 weeks ago

We want to include a LocationProvider backed by FusedLocationProviderClient, as this is what most commercial apps will want to use. Some care needs to be taken with this to ensure that it is not an issue for open-source projects wanting to publish on F-Droid, so this will probably end up being an optional separate package. We can still use the same gradle workspace, but it needs to be published separately.