goGPS-Project/goGPS_Java

Add ability to pass a list of NavigationProducers

Opened this issue · 0 comments

Currently we can only set one single NavigationProducer.
Add the ability to pass a list of NavigationProducers, so that if the first one fails to return Ephemeris, the second one is tried and so on.
I'll personally work on this feature