DanijelHuis / HDAugmentedReality

Augmented Reality component for iOS, written in Swift.
MIT License
480 stars 97 forks source link

Wrong position of annotations #48

Closed dhoffmann1979 closed 7 years ago

dhoffmann1979 commented 7 years ago

All of our Annotation are positioned at a point too far left. it seems to be dependent on the distance, the farer a point is, the more left it is displayed.

DanijelHuis commented 7 years ago

Hi, this is probably due to bad compass or location readings.

If you are using the demo app you can check it easily. Open the map and check that your location on the map and locations of your POIs are correct. If locations are OK, then it is probably the heading(compass) that is incorrect, try rotating your device 360° to calibrate the compass.

Also by looking at the map, you could tell at what heading some POI should be, e.g. if location of POI is right above your location, then heading should be 0°, if POI is right below, heading should be 180°.

DanijelHuis commented 7 years ago

Closing.

Reopen if there are problems that are not related to compass/location accuracy.