我可以在谷歌地球图像上绘制路径吗?
大家好 我想询问如何使用j2me通过使用谷歌地球地图来编程路径导航 我没有找到我的国家和我的城市(伊拉克 - 摩苏尔)的静态地图,所以我问我可以从谷歌地球上获取图像并制作地标并绘制它们之间的路径,我希望我找到了答案,因为我是学生研究员完成我的研究以获得硕士学位 谢谢你帮助我。
希巴
hi all
i want to ask about using j2me to program path navigation by using google earth map
i dont found the static map of my country and my city ( iraq - mosul ) so i ask can i take the image from google earth and make a placemarks and draw path between then , i hope i found the answer because i am student researcher to complete my research to get the master
thanks for help me .
hiba
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以在 Google 地球应用程序中自由地执行此操作,只需将地标放在您想要的位置并绘制您需要的任何线串即可。
GE:http://www.google.co.uk/intl/en_uk /earth/index.html
您可以将此数据保存为 KML 文件,该文件可以加载到大多数 GIS 应用程序中,包括 Google 地球和地图。 KML 只是 XML 文件,因此您也可以随时在文本编辑器中手动将其组合在一起...
KML:http://code.google.com/apis/kml/documentation/
如果失败,您可以使用 Google 地图或 Google 地球 api 来创建数据。
地图:http://code.google.com/apis/maps/index.html
地球:http://code.google.com/apis/earth/
Yes, you can do this in the Google Earth application freely, simply drop the placemarks where you want and draw any linestrings you require.
GE: http://www.google.co.uk/intl/en_uk/earth/index.html
You can save this data as a KML file that can be loaded into most GIS applications including Gooogle Earth and Maps. KML is just and XML file so you could always just put it together by hand in a text editor as well...
KML: http://code.google.com/apis/kml/documentation/
Failing that you could use either the Gooogle Maps or Google Earth api to create the data.
Maps: http://code.google.com/apis/maps/index.html
Earth: http://code.google.com/apis/earth/