Posts tagged: google map

google map api的限制

使用google map api是有限制的,见: http://code.google.com/intl/en/apis/maps/terms.html 文档的第10部分,license restrictions,详述了各种限制情况。 我比较关注的是,是否可以在自己的产品中调用google map api的导航功能,比如设置行车路线等。 这里见10.9: 10.9 use the Service or Content with any products, systems, or applications for or in connection with: (a) real time navigation or route guidance, including but not limited to turn-by-turn route guidance that is synchronized to the position of a user’s sensor-enabled device; (b) any [...]

星期二 四月 6th, 2010 in , , , | No Comments »

android map api展示地图及和定位结合使用

在编写最简单的android谷歌地图应用中展示的是最简单的MapView,默认显示的是世界地图。如果要切换到中国,再具体点,到北京。 百度百科上的北京经纬度是: 北纬39度54分,东经116度23分 如果近似到北纬40度,东经116度,也应该差不多。那么怎么在android的google map api中显示呢?比如这样:    发送文章为PDF   

星期五 四月 2nd, 2010 in , , , , | No Comments »

编写最简单的android谷歌地图应用

有多简单呢?看,只是显示了一下地图而已: 日志引用android map api展示地图及和定位结合使用    发送文章为PDF   

星期五 四月 2nd, 2010 in , , , | 2 Comments »