@luodaiyu/amapjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

安装

npm install amapjs --save

使用

import AmapJS from 'amapjs'
function test(){
    AmapJS.call('getSystemInfo',
      {
        success: function (res) {
            console.log('succ', res)
        },
        fail: function (err) {
            console.log('fail', err)
        },
        complete: function () {
            console.log('完成')
        }
      }
    )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @luodaiyu/amapjs

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

7.3 kB

Total Files

5

Last publish

Collaborators

  • luodaiyu