@zhousuyang/lonlat-convert
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published
npm install @zhousuyang/lonlat-convert

ES

import { bd2gcj, gcj2bd, wgs2gcj, gcj2wgs } from '@zhousuyang/lonlat-convert';

CommonJS

const { bd2gcj, gcj2bd, wgs2gcj, gcj2wgs } = require('@zhousuyang/lonlat-convert');

Browser

<script src="./node_modules/@zhousuyang/lonlat-convert/dist/bundle.umd.js"></script>
<script>
    const { bd2gcj, gcj2bd, wgs2gcj, gcj2wgs } = window.lonLat
</script>

Package Sidebar

Install

npm i @zhousuyang/lonlat-convert

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

6.98 kB

Total Files

6

Last publish

Collaborators

  • zhousuyang