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

Create a basic Android ForegroundService #113

Open ianthetechie opened 3 weeks ago

ianthetechie commented 3 weeks ago

This will be nice since it's really hard to get right unless you're an expert Android dev. The foreground service is required to enable "background" location updates.

@Archdoog will add some additional context from the challenges he's hit with the existing MapLibre Android navigation framework.

ianthetechie commented 3 weeks ago

One fun concern: intent payload size for large routes 😂