I have to notify the user when the GPS signal is lost (like the Maps app does), but I've searched through the internet and it doesn't seem to exist a way to do it... or I didn't understand it.
Somebody knows how to do it?
I'v tried with GpsStatus.Listener
and GpsStatus.NmeaListener
but there are no callbacks that point out the loss of GPS connection...
Thanks!