PositionAndHeadingLocationId
A LocationId that combines separate sources for position and heading data.
This implementation uses:
The
positionLocationIdfor the Location.geographicCoordinate, Location.geographicAccuracy&Location.levelId parametersThe
headingLocationIdfor the Location.bearing&Location.bearingAccuracyDegrees
If the headingLocationId returns LocationResponse.NotPermitted or LocationResponse.Pending then the following defaults are applied:
Location.bearing = 0.0
Location.bearingAccuracyDegrees = 180.0
Since
0.0.112