正在尝试使用google-maps-react库。我导入了以下内容:import {Map,Marker, GoogleApiWrapper} from 'google-maps-react'
这里有一件事是不清楚的,我在教程中找不到答案。
<Map google={this.props.google} />Map组件上的google prop有什么价值?会是apikey吗?
https://stackoverflow.com/questions/64614743
复制相似问题