如何使用 Flex 上的地图 API 更改 GoogleMaps 物理地形
嗯,我在 Flex 中有一个使用 Google Maps API(带有 Map3D)的应用程序,我收到的 GPS 数据基本上是纬度、经度和海拔高度。 好吧...我想在我的应用程序中显示标记,同时更改我收到数据的位置的海拔高度。 有办法这样做吗?如何?
Well, I have an app in Flex using Google Maps API (with Map3D) and I receive GPS data that basically is Latitude,Longitude and Altitude.
well... I want to show the marker in my app also changing the altitude of the location I received the data.
Is there anyway of doing that? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也不确定你在说什么。
查看 API 参考中的标记选项 。
以下是如何实现自定义标记
I am not sure what you are talking about as well.
Have a look at the marker options in the API reference.
Here's how to implement custom markers