Can anyone explain why GPS + device orientation is less accurate in Lightship Maps versus Google Maps? Location itself works well, but while Google Maps sets the direction I’m facing perfectly, Lightship Maps shows a lot of random, floating rotation and directionality in the avatar - and I see this whether I’m using the 8th Wall React Scavenger Hunt example or the native Pokemon Go app itself.
Because it’s in Niantic’s flagship native app, I am guessing this can’t really be mitigated? But just wanted to confirm. Let me know, thanks!
By default, not all browser have access to compass, so I believe our maps module is orienting Doty based on change in location. If you start to walk down the street, for example, Doty will face the direction you are moving.
Check out this sample project where compass is explicitly requested (there is an additional browser prompt required, at least on iOS)
This example shows aframe + compass + Niantic Map. (click the compass in the top-right of the screen to enable)