How can I log NMEA messages coming from a NmeaLocationDataSource?
public event EventHandler<Location>? LocationChanged; <--- this gives a location object, but not the raw messages that lead to that point. What are the chances of getting those in an event? Or some other way?
Regards,
Patrick Shearon