简体   繁体   English

如何将多个对象的x,y,z坐标转换为显示这些对象位置的Android应用程序?

[英]How could I turn coordinates x,y,z coordinates of several objects into an Android app that displays the position of these objects?

我正在使用带有adk android插件的eclipse,我完全迷路了

That would depend on what do you mean by displaying their location: 那将取决于您显示它们的位置是什么意思:

  1. Relative to each other on a blank screen. 在空白屏幕上彼此相对。 Read up on distance calculation in coordinates and draw the locations relative to their distance from each other. 阅读坐标中的距离计算,并绘制相对于彼此距离的位置。

  2. On a map, each one separately from the other or together. 在地图上,每个彼此分开或一起。 Use a web/binary API for map display like Google Maps (don't want to spam and post links with my reputation), or write your app to display Open map data from sources like OpenStreetMap. 使用网络/二进制API来显示地图,例如Google Maps(不想发送垃圾邮件并发布具有我声誉的链接),或编写您的应用来显示OpenStreetMap等来源的Open map数据。

  3. On a satellite/aerial images. 在卫星/航空影像上。 Pretty much the same as #3 just you have less options to investigate and try. 与#3几乎一样,只是您有更少的选择进行调查和尝试。

If you were a bit clearer in your question, I could have been more specific with the answers, if you edit your question and clarify more, I could be more specific. 如果您的问题比较清楚,我可能会更具体地回答,如果您编辑问题并澄清更多,我可能会更具体。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM