欢迎来到天天文库
浏览记录
ID:17876870
大小:51.50 KB
页数:3页
时间:2018-09-07
《android鍦板浘搴旂敤浣跨敤鏂囨。》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Android地图应用使用文档主程序publicclassactMapextendsMapActivity{/**Calledwhentheactivityisfirstcreated.*/MapViewmapView,myMapView;MapControllermapController;@OverridepublicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);//Log.d("--i8i--","
2、Start");setContentView(R.layout.main);//gettheelementofmapViewasanobjectmapView=(MapView)findViewById(R.id.map);//gettheelementofzoomasanobjectViewGroupzoom=(ViewGroup)findViewById(R.id.zoom);//applyzoomfunctionzoom.addView(mapView.getZoomControls());//se
3、tacontrollermapController=mapView.getController();//setthemodefortheview//thereare3modes---setStreetView,setSatellite,setTrafficmapView.setStreetView(true);mapController.setZoom(15);//setthelocationpointupdateView();}@OverrideprotectedbooleanisRouteDispla
4、yed(){//TODOAuto-generatedmethodstubreturnfalse;}privatevoidupdateView(){//setlatitudeDoublelat=31.23717*1E6;//setlongitudeDoublelng=121.50811*1E6;GeoPointpoint=newGeoPoint(lat.intValue(),lng.intValue());//mapController.animateTo(point);mapController.setC
5、enter(point);}}Layout/main.xml中添加MapView控件MapView控件无法在图形界面里通过+号图标来Addanewelement因此,我们直接在代码中添加MapView控件6、npHlPIFpWgTgBzeUON6lms7w此处的ApiKey要根据你机器的MD5编号获取与自己机型匹配的ApiKey"android:clickable="true"/>唯一注意的一点是,apiKey是Google使用的一个授权key,只有当程序员提供自己机器的MD5编号后,提交给Google,Google才会给你一个唯一的apiKey。详见:http://code.google.com/android/toolbox/apis/mapkey.html获得apiKey1.进入cmd2.进入keyst7、ore目录WindowsVista:C:UsersAppDataLocalAndroiddebug.keystoreWindowsXP:C:DocumentsandSettingsLocalSettingsApplicationDataAndroiddebug.keystoreOSXandLinux:~/.android/debug.keystore如公司机器为:D:ProfilesBFM347LocalSettingsApplicationData8、Android则C:Users>cdD:ProfilesBFM347AppDataLocalAndroid"3.输入命令来产生一个MD5编号keytool-list-aliasandroiddebugkey-keystoredebug.keystore-storepassandroid-keypassandroid4.注册apiKey将你的MD5网上注册,前提是需注册一个google用户http:/
6、npHlPIFpWgTgBzeUON6lms7w此处的ApiKey要根据你机器的MD5编号获取与自己机型匹配的ApiKey"android:clickable="true"/>唯一注意的一点是,apiKey是Google使用的一个授权key,只有当程序员提供自己机器的MD5编号后,提交给Google,Google才会给你一个唯一的apiKey。详见:http://code.google.com/android/toolbox/apis/mapkey.html获得apiKey1.进入cmd2.进入keyst
7、ore目录WindowsVista:C:UsersAppDataLocalAndroiddebug.keystoreWindowsXP:C:DocumentsandSettingsLocalSettingsApplicationDataAndroiddebug.keystoreOSXandLinux:~/.android/debug.keystore如公司机器为:D:ProfilesBFM347LocalSettingsApplicationData
8、Android则C:Users>cdD:ProfilesBFM347AppDataLocalAndroid"3.输入命令来产生一个MD5编号keytool-list-aliasandroiddebugkey-keystoredebug.keystore-storepassandroid-keypassandroid4.注册apiKey将你的MD5网上注册,前提是需注册一个google用户http:/
此文档下载收益归作者所有