Baidu Map API

Source: Internet
Author: User

Also remember to school when the bus query system, also listen to the teacher said can call Baidu Map API, but at that time do not know what is Baidu Map API, do not know exactly how to call, this thing has been in mind, work is not willing to touch this piece of, think it should be difficult, Recently want to explore, so put your own experience record it. First in Baidu to apply for a key link Http://lbsyun.baidu.com/apiconsole/key

Call Baidu map <script type= "Text/javascript" src= "Http://api.map.baidu.com/api?v=2.0&ak=key" ></script>

Reference Baidu Map Demo Http://developer.baidu.com/map/jsdemo.htm#a1_2

Html

<div style="width:800px;height:600px;margin:5px auto" id="allmap "></div>


JS Add Callout

varMap =NewBmap.map ("Allmap");//Baidu Map API featuresvarMyicon =NewBmap.icon ("Http://www.luyou666.com/content/images/map_icon.png",NewBmap.size ( -, *));//Callout IconvarPoint =NewBmap.point (Lng,lat);//Set Center point coordinatesvarMarker =NewBmap.marker (Point, {icon:myicon});//Create a calloutMap.addoverlay (marker);//add a callout to a mapMarker.setanimation (bmap_animation_bounce);//Bouncing AnimationsMap.centerandzoom (Point, the);//initialize map, set center point coordinates and map levelMap.addcontrol (NewBmap.maptypecontrol ());//Add a Map type controlMap.enablescrollwheelzoom (true);//Turn on mouse wheel zoom

Baidu Map API

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.