You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this._map, results and status are all correctly printed to the screen and this._map.getDiv() correctly prints the target Div. I get no errors, however the map is not rendered.
If I leave out the instantiation of the places service i.e
and the call to nearbySearch() then the map is rendered without any issues.
I'm not sure what I'm missing. My knowledge of react is also quite limited so the problem is might be due to that. Apologies if that is the case.
The text was updated successfully, but these errors were encountered:
I am trying to integrate react-google-maps with the vanilla google places API. I have a handler for the bounds_changed event that fires correctly.
this._map
,results
andstatus
are all correctly printed to the screen and this._map.getDiv() correctly prints the target Div. I get no errors, however the map is not rendered.If I leave out the instantiation of the
places
service i.eand the call to
nearbySearch()
then the map is rendered without any issues.I'm not sure what I'm missing. My knowledge of react is also quite limited so the problem is might be due to that. Apologies if that is the case.
The text was updated successfully, but these errors were encountered: