Orientation not being update

I was implement estimate indoor location into my custom app , after I implemented , I found that the position within location is being update but the orientation not being update even I rotate my phone. But when I use Estimate official indoor location app the orientation works, any idea regarding this issue ? Any suggestion / advise is appreciated , thanks!

Hi, the default mode set the orientation update to be false. You could change it by setting manager.provideOrientationForLightMode To be true.

1 Like