Baidu Map API Learning Path (1)

Source: Internet
Author: User

Because of the internship needs, now contact Baidu Map API


All according to Baidu's official website configuration


If there is a copy in the middle of the configuration also shows errors, such as androidmanifest.xml inside the

    <uses-permission android:name= "Android.permission.GET_ACCOUNTS"/>     <uses-permission android:name= "Android.permission.USE_CREDENTIALS"/>     <uses-permission android:name= "Android.permission.MANAGE_ACCOUNTS"/>     <uses-permission android:name= "Android.permission.AUTHENTICATE_ACCOUNTS"/>     <uses-permission android:name= "Android.permission.ACCESS_NETWORK_STATE"/>     <uses-permission android:name= "Android.permission.INTERNET"/>    < Uses-permission android:name= "Com.android.launcher.permission.READ_SETTINGS"/>     <uses-permission android:name= "Android.permission.CHANGE_WIFI_STATE"/>    < Uses-permission android:name= "Android.permission.ACCESS_WIFI_STATE"/>    < Uses-permission android:Name= "Android.permission.READ_PHONE_STATE"/>    <uses-permission android:name= " Android.permission.WRITE_EXTERNAL_STORAGE "/>    <uses-permission android:name=" Android.permission.BROADCAST_STICKY "/>    <uses-permission android:name=" Android.permission.WRITE_SETTINGS "/>    <uses-permission android:name=" Android.permission.READ_PHONE_STATE "/>


You can use the UI on the Eclipse band to join.


In addition, Eclipse Auto-generated app is divided into two layout xml, decisively delete fragment


Then according to the official website of the demo can make the first result


The first show was the Tiananmen Square in Beijing.


If you need to locate the service, in addition to using the official website demo Location Code, but also in the Androidmanifest.xml to join

<application. ><service android:name= "COM.BAIDU.LOCATION.F" android:enabled= "true" android:proces s= ": Remote" > </service></application>



The change of state on the map is now made by

Mapstatusupdate U = mapstatusupdatefactory.newlatlngzoom (ll, (float) 19.0);

As if the above sentence changed, before on the Internet to find several changes in the map scale, as if all the old API to use


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.