<Map
zoom={15}
amapkey={amapJskey}
center={this.state.selected_location.latitude && this.state.selected_location || null}
events={this.mapEvents}
plugins={['ToolBar']}
>
{this.state.selected_location.latitude &&
<AMap.Marker position={this.state.selected_location} />}
</Map>
创建高德地图, 怎么修改主题样式
js 里可以用 map.setMapStyle();
react-amap 里怎么使用啊
请参考文档,有一个mapStyle属性,react-amap文档