AppInventor中调用百度地图方法
關于在appinventor啟用地圖的例子,老巫婆的教程中用的是google map,但是,這個在我朝沒法用,通用的還是百度地圖,沒辦法,只能想辦法找到百度地圖的啟動方式了,下面是我的做法,留個腳印。
百度地圖的接口說明文件:
http://developer.baidu.com/map/index.php?title=uri/api/web#.E5.8A.9F.E8.83.BD.E4.BD.BF.E7.94.A8.E8.AF.B4.E6.98.8E
其中的“?公交、駕車、步行導航”示例中顯示的地址是
http://api.map.baidu.com/direction?origin=latlng:34.264642646862,108.95108518068|name:我家&destination=大雁塔&mode=driving®ion=西安&output=html&src=yourCompanyName|yourAppName
修改其中的origin和destination參數(shù),設為手機獲取的gps。
具體參數(shù)含義請看其說明文檔。?
在APP Inventor中,調用activity啟動器,參數(shù)設置是Action為:android.intent.action.VIEW,DataUri為上述網址,例如:http://api.map.baidu.com/direction?origin=latlng:34.264642646862,108.95108518068&destination=latlng:34.264642646862,108.95108518068&mode=driving&coord_type=wgs84&output=html&src=我的車在哪兒
注意:在微信中會指向http://map.baidu.com/mobile/webapp/index/index/,用瀏覽器打開可以直接啟動
總結
以上是生活随笔為你收集整理的AppInventor中调用百度地图方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 学产品经理那样跟时间交朋友,你会吗?
- 下一篇: 【Jenkins】Jenkins空间清理