0
我正在試圖加載谷歌地圖角流星社會教程 - 谷歌地圖不加載 - MissingKeyMapError
Google Maps API error: MissingKeyMapError
我訪問在我的本地應用程序時,這個錯誤http://localhost:3000/ google搜索,我注意到在這之後的API密鑰需要通過解決這個錯誤,但我怎麼傳遞這個密鑰?我沒有看到sebm標籤的任何與此關鍵字相關的屬性。
黨detail.html有以下幾點:
<sebm-google-map
[latitude]="lat || centerLat"
[longitude]="lng || centerLng"
[zoom]="8"
(mapClick)="mapClicked($event)">
<sebm-google-map-marker
*ngIf="lat && lng"
[latitude]="lat"
[longitude]="lng">
</sebm-google-map-marker>
</sebm-google-map>