ionic-3-google-maps-google-places-geolocation icon indicating copy to clipboard operation
ionic-3-google-maps-google-places-geolocation copied to clipboard

Cannot find name 'google'.

Open salomon022 opened this issue 6 years ago • 2 comments

map.ts

Cannot find name 'google'.

salomon022 avatar May 15 '18 09:05 salomon022

untitled

salomon022 avatar May 15 '18 09:05 salomon022

@salomon022 I had the same issue you need to @types/googlemaps. Run the following code in your terminal. npm install @types/googlemaps --save and it should fix this.

cleverappdesign avatar Feb 13 '19 05:02 cleverappdesign