ionic-3-google-maps-google-places-geolocation
ionic-3-google-maps-google-places-geolocation copied to clipboard
Cannot find name 'google'.
map.ts
Cannot find name 'google'.
@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.