Open druedaplata opened 7 years ago
Is it possible to access the google object from within a component?
I am trying to get it use it in this way sv = new google.maps.StreetViewService();
sv = new google.maps.StreetViewService();
and I am getting a ERROR ReferenceError: google is not defined
ERROR ReferenceError: google is not defined
I'm told if you add the Githubissues.
Is it possible to access the google object from within a component?
I am trying to get it use it in this way
sv = new google.maps.StreetViewService();
and I am getting a
ERROR ReferenceError: google is not defined