一只努力前进的菜鸟!——林匠
客套话不说了,先上效果图为敬!
react-amap 是一个基于 React 封装的高德地图组件。
https://elemefe.github.io/react-amap/articles/start
在高德开放平台申请你自己的 Key。
https://lbs.amap.com/
安装
npm install --save react-amap
GaoDeMap.js
import { Map, Markers, InfoWindow } from 'react-amap';
import React, { Component } from 'react';
const styleA = {
background: `url('http://47.110.55.133:8080/uploads/gif/20190816/1565938588950.gif')`,
backgroundSize: 'contain',
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center',
width: '15px',
height: '30px',
color: '#000',
textAlign: 'center',
lineHeight: '40px',
};
const styleB = {
fontsize: '11px'