it's in the name: fused. fused is the provider (did you run my example?)
sorry, i misread what you wanted to filter out. turn on high accuracy in your device settings and, if you're outside (and not visiting lascaux II), you should get the position as "provided" by your gps.
if all you want is gps, work with a gps api. if, in addition, you need geolocation, you tack on some geolocation code. frankly, it's an abuse to geolocate a position on every change, since the geolocation will be the same. and if you're on a map, you might not even need geolocation, just positioning on the map. in my case, i signal i've found my position (via gps), and then call a geolocator to get an address. i wrote my mapping app years ago when only gps was available. still works just fine. later on, as google exposed its cache of wifi location tricks, i added that. eventually, flp was made available with the purpose of "fusing" all the providers. you want to go backwards by unfusing. i'm not saying that's a bad thing; it just may be the wrong tool for what you're after.
i realize the original flp api is deprecated. b4a wraps to such apis don't appear by magic; an interested party will create a wrap and (often) post it for our use. you are welcome to do the same. you can expose or hide whatever methods and properties you choose to. years later somone will ask why your wrap doesn't expose this method or the other...