尝试使用google-maps-react库。我导入了以下内容:import {Map,Marker, GoogleApiWrapper} from 'google-maps-react'
有一件事在这里不清楚,我在教程中找不到答案。
<Map google={this.props.google} />
google组件上prop的值是Map多少?会是apikey吗?
尝试使用google-maps-react库。我导入了以下内容:import {Map,Marker, GoogleApiWrapper} from 'google-maps-react'
有一件事在这里不清楚,我在教程中找不到答案。
<Map google={this.props.google} />
google组件上prop的值是Map多少?会是apikey吗?