文件名称:react-google-static-map:适用于React的Google静态地图组件
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-23 12:03:12
JavaScript
React谷歌静态地图 适用于React的Google静态地图组件 大多数代码来自 安装 npm install --save react-google-static-map 用法 var GoogleStaticMap = require ( 'react-google-static-map' ) ; class MapExample extends React . Component { render ( ) { return ( < GoogleStaticMap style = { styles . map } { ... locationProps } latitude = { '32.064171' } longitude = { '34.7748068' }
【文件预览】:
react-google-static-map-master
----.gitignore(526B)
----.eslintrc(1KB)
----package.json(488B)
----LICENSE(1KB)
----README.md(1KB)
----GoogleStaticMap.js(4KB)