除非有我的帮助,否则似乎无法通过AGM联络googleapis.com。 我的index.html开头的googleapis.com脚本标记
模块中的AGM初始化
AgmCoreModule.forRoot({
apiKey: 'MyKey',
libraries: ['imagery', 'places']
}),
脚本标签
<script async defer src="https://maps.googleapis.com/maps/api/js?
key=MyKey=imagery,places">
</script>
如果我不包含脚本标签,则会收到错误消息...
GET https://maps.googleapis.com/maps-api-v3/api/js/35/10a/imagery.js
net::ERR_ABORTED 404
Ae @ js?
v=3&callback=agmLazyMapsAPILoader&key=MyKey&libraries=imagery,places:81
(anonymous)
zone.js:682 Unhandled Promise rejection: Could not load "imagery". ; Zone:
<root> ; Task: Promise.then ; Value: Error: Could not load "imagery".
我需要能够独立使用AGM。
非常感谢您的帮助!
UPDATE
我没有在我的AgmCoreModule中正确加载“库” ...但是我找不到正确的方法
UPDATE
要加载图像图块,您需要做的所有事情
[mapTypeId]="satellite"
现在我的问题是,除非我在地图上放大或缩小,否则图像图块不会加载