I am trying to utilise the Niantic Lightship Maps module to create an experience that shows users different places based on latitude and longitude data passed to the user via an API. Currently, the orientation of the map changes pointing to different directions.
For example, if I point towards the East the map spawns correctly with different Points of interest(POIs) in the correct positions, but if I restart the experience while pointing towards the North the map spawns oriented to the North and the POIs are thus in incorrect positions.
Is there a way to orient the map correctly based on the user’s orientation/ the direction the user is pointing at?
I ran into the same issue - getting the Map Module to stay oriented with the actual compass heading can be tricky depending on the device’s sensor calibration. I’ve found that sometimes the drift happens if the initial ‘North’ isn’t locked in correctly at start. Also, if you’re testing on-site and want to verify if the drift is coming from the module or the phone’s hardware, I usually keep a web compass open in another tab (like Online Compass | TheToolApp ) just to cross-reference the heading.