高德地图&兴趣点(poi)
<!DOCTYPE html> <html> <head> <meta charset= " utf-8 " /> <title>高德地图</title> <script type= " text/javascript " src= " https://webapi.amap.com/maps?v=1.4.11&key=9de88a718781910c9a1c81230827d1ce " ></script> <style type= " text/css " > * { margin: 0 ; padding: 0 ; list - style: none; } #container{ width: 100 % ; height: 100 % ; position: absolute; left: 0 ; top: 0 ; } #setZoomNode,#setCenterNode{ width: 280px; position: absolute; z -index: 99 ; right: 20px; top: 50px; border: 1px solid black; box -shadow: 0 0 5px black; background: white; } #setCenterNode{ top: 50px; } #node li{ cursor: pointer