# LarkMap
**Repository Path**: mirrors_antvis/LarkMap
## Basic Information
- **Project Name**: LarkMap
- **Description**: A React toolkit for geospatial visualization based on L7.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-06-16
- **Last Updated**: 2026-02-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[English](./README.en-US.md) | 简体中文
LarkMap
🌍 基于
L7 的空间数据可视分析 React 组件库.
[](https://www.npmjs.com/package/@antv/larkmap) [](https://www.npmjs.com/package/@antv/larkmap)  [](https://github.com/antvis/LarkMap/actions?query=workflow:release)
[](http://isitmaintained.com/project/antvis/LarkMap 'Percentage of issues still open') [](http://isitmaintained.com/project/antvis/LarkMap 'Average time to resolve an issue')
网站 •
快速开始 •
组件
## 📦 安装
```bash
$ npm install @antv/l7 @antv/larkmap
```
## 🔨 使用
```jsx
import React from 'react';
import { LarkMap } from '@antv/larkmap';
const config = {
mapType: 'Gaode',
mapOptions: {
style: 'light',
center: [120.210792, 30.246026],
pitch: 0,
zoom: 8,
rotation: 0,
},
};
export default () => {
return ;
};
```
## 本地开发
```bash
# Install project dependencies
$ npm install
# Run website
$ npm run start
# Run lint & unit tests
$ npm run ci
# Compile package
$ npm run build
```
## 🤝 如何贡献
如果您在使用的过程中碰到问题,可以先通过 [issues](https://github.com/antvis/LarkMap/issues) 看看有没有类似的 bug 或者建议。
如需提交代码,请遵从我们的[贡献指南](https://www.yuque.com/docs/share/fc554034-9331-4cc3-be03-10a2d32b6459)。
## 许可证
MIT@[AntV](https://github.com/antvis).