You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make LocationCompassEngine public or add a way to make it available with custom LocationProvider
Why
I'm using a custom LocationProvider and would like my bearing to use PuckBearingSource.HEADING but LocationCompassEngine is internal and seems linked to DefaultLocationProvider
The text was updated successfully, but these errors were encountered:
SamYStudiO
changed the title
LocationCompassEngine public to use with custom LocationProvider
Make LocationCompassEngine public to use with custom LocationProvider
Mar 30, 2023
@SamYStudiO we are not planning to make it public now as in this case we also need to maintain this as public API and design it accordingly. You could however use this as a reference for your own custom implementation.
New Feature
Make
LocationCompassEngine
public or add a way to make it available with customLocationProvider
Why
I'm using a custom LocationProvider and would like my bearing to use
PuckBearingSource.HEADING
butLocationCompassEngine
is internal and seems linked toDefaultLocationProvider
The text was updated successfully, but these errors were encountered: