尝试使用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
吗?