FusedLocationId
A LocationId that fused two location sources, dynamically selecting the most accurate data.
This implementation combines two LocationId sources by comparing their accuracy values at each location update:
Geographic position: Uses the source with the smaller Location.geographicAccuracy
Bearing: Uses the source with the smaller Location.bearingAccuracyDegrees
If one source returns LocationResponse.NotPermitted or LocationResponse.Pending then the other source's location is used exclusively
Since
0.0.86