Google Map React组件教程 声明式Google Map React组件,使用React,延迟加载依赖项,当前位置查找器以及团队的测试驱动方法。 请参阅和。 快速开始 首先,安装库: npm install --save google-maps-react 自动延迟加载Google API 该库包含一个用于包装Google Maps API的帮助器。 GoogleApiWrapper高阶组件接受必须包含apiKey的配置对象。 请参阅了解其接受的所有选项。 import { GoogleApiWrapper } from 'google-maps-react' ; //