Egeloen IvoryGoogleMapBundle ApI Key Error



我正在使用egeloen的IvoryGoogleMapBundle,我已经运行了所有命令,例如

$ composer require egeloen/google-map-bundle
$ composer require egeloen/serializer-bundle
$ composer require php-http/guzzle6-adapter
$ composer require php-http/httplug-bundle

我在appkernel中包含以下三行代码。

new IvoryGoogleMapBundleIvoryGoogleMapBundle(),
// Optionally
new IvorySerializerBundleIvorySerializerBundle(),
new HttpHttplugBundleHttplugBundle(),

此外,我还生成了 API 密钥。

不幸的是,地方 API 不起作用并给出以下错误 在控制台中

" Google Maps JavaScript API warning: NoApiKeys

https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys">

我在这里错过了什么?

您是否将捆绑包配置为使用您的 API 密钥?

ivory_google_map:
map:
api_key: yourapikey

请参阅文档

相关内容

  • 没有找到相关文章

最新更新