Trying to use google-maps-react
library.
i imported the following:import {Map,Marker, GoogleApiWrapper} from 'google-maps-react'
one thing is unclear here and i could not find answer on tutorials.
<Map google={this.props.google} />
what's the value of google
prop on the Map
component? will it be the apikey
?