Android開發_地圖應用_百度Map-1

來源:互聯網
上載者:User

直奔主題!!!

在Android裝置上開發基於百度地圖的應用步驟:

1、下載Android版開發包:

http://dev.baidu.com/wiki/imap/index.php?title=Android%E5%B9%B3%E5%8F%B0/%E7%9B%B8%E5%85%B3%E4%B8%8B%E8%BD%BD

2、申請百度地圖API key:

http://dev.baidu.com/wiki/static/imap/key/ 

3、建立Android工程並添加jar包和so庫(so庫的存放路徑為res/libs/armeabi)

4、布局檔案中添加MapView組件

       註:不同版本的jar包,MapView所在的目錄可能會有所調整。

5、建立Activity

      最基本的應用需要3個相關類:BMapManager、MapView、MapController

      

      注意:BMapManager對象的初始化需要在setContentView方法之前完成,否則會報com.baidu.mapapi.map.MapView failed to instantiate異常。

      如果地圖顯示不清晰,則需要加入:

      <supports-screens 
               android:anyDensity="true"
               android:largeScreens="true"
               android:normalScreens="false"
               android:resizeable="true"
               android:smallScreens="true" />

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.