在我尝试在我的项目中使用google变量之后,任何人都可以帮我解决这个错误我进入我的离子3应用程序,
npm install --save @ types / google-maps
将以下内容添加到我的package.json:
" @ types / google-maps":" ^ 3.2.0",
我也声明了声明var google;
并做了typings install dt~google.maps --global
然后我看到了这个灵魂并尝试了但是这也没有用(注意我生成了一个ios键和android键) 试过这个 Cannot find namespace 'google'
离子cordova插件添加 https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps - 变量API_KEY_FOR_ANDROID =" YOUR_ANDROID_API_KEY_IS_HERE" - 变量API_KEY_FOR_IOS =" YOUR_IOS_API_KEY_IS_HERE" $ npm install --save @ ionic-native / google-maps
我的map.ts要点击这个错误:
https://gist.github.com/abdulfatah-ah1407281/25bc95352d0b1ba8e02b7d1e55cc7779
运行离子服务时出错:
Cannot find namespace 'google'.
C:/Users/pkhon/Desktop/k/ItBroken/src/components/map/map.ts
private map: google.maps.Map;
public isMapIdle:boolean;