Pregunta

I am gonna start using Wikitude SDK and have some doubts about its working... I was wondering how the Wikitude's Architect Engine handles the Augmentation of POIs? For example the Point of interest takes three values i.e latitude,longitude and altitude of the poi..which I assume is in meters above sea level. How does Wikitude handles the augmentation according to the altitude. One scenario is I am holding the Phone when I am at ground...the augmentation in this case would be normal but what if I am at a top of building(around 300m above ground) will Wikitude handle the rise in altitude itself??(which I think it will not because there's no sensor on the phone to measure the height above ground except the gps value which is not that much accurate) How can this scenario be achieved? Will the POIs need a different Altitude value?

Thanks in Advance

¿Fue útil?

Solución

Altitude is automatically taken into the calculation of the augmentation. There are a few things you should consider. Altitude information is only used when the accuracy of the GPS is high enough. This guarantees that the altitude will be reasonable accurate. However GPS altitude information has never the highest accuracy and you might see differences for POIs close to the user.

If you know the altitude more accurate then GPS, e.g. for predefined places you can use the injectLocation methods to set the altitude.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top