A damn easy directive for 高德地图, and it's totally a re-write version for the previous one, including API updates and offline friendly
Try online demo here: demonstration
If you are using the previous version
2.0.0
, read it here
This is a directive for AngularJS ^1.5.5
. And ease the way to display a 高德地图 on your page.
If you plan to hack on the directives or want to run the example locally, first thing to do is to install NPM dependencies:
npm install
To run the demo page, just run
npm start
and open your browser on http://localhost:8080/
.
The API specification documented at API Docs.