获取海拔高度
在从 MapActivity
类派生的类中,我想获取用户单击的点的海拔高度。到目前为止,我知道如何检索纬度、经度,但不知道高度。
这可能吗?如何实现?
预先感谢您花时间帮助我。
In a class derived from the MapActivity
class, I want to get the altitude of the point clicked by the user. So far, I know how to retrieve the latitude, the longitude but not the altitude.
Is it possible and how?
Thanks in advance for the time you will spend trying to help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为自己找到一个可以报告给定纬度和经度的海拔高度的 Web 服务。 Android 中没有为此内置任何内容。
Find yourself a Web service that can report the altitude for a given latitude and longitude. There is nothing built into Android for this.