Android augmented reality app convert List location from Point of Screen

不问归期 提交于 2019-12-19 08:27:33

问题


I have a problem and I can't find a solution.

I have made an Android augmented reality app. In my app I have a list of points of interest, every point of interest as a location(longitude, latitude, altitude).

I know my position and I have the azimuth (of camera).

Now my question is: how can I draw those points (gps points) on the screen(x, y points)?


回答1:


i couldn't got what you are exactly trying do draw,but i assume you are trying to draw those poi on camera screen something like this:

. For that you have to use sensors and gps location it's a little tricky,i will suggest to look at Mixare,you can get complete code there and tutorial here.Proceed to what you are trying to achieve.Gud luck.

来源:https://stackoverflow.com/questions/13149018/android-augmented-reality-app-convert-list-location-from-point-of-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!