因此,文档展示了如何在清单中使用Google Maps的密钥(密钥本身在local.properties
中定义):
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="${MAPS_API_KEY}" />
https://developers.google.com/maps/documentation/android-sdk/secrets-gradle-plugin
但是对于Places API我需要以编程方式访问它:
Places.initialize(applicationContext, "API_KEY")
我如何使用Secrets插件?
1条答案
按热度按时间oaxa6hgo1#
将随
BuildConfig.MAPS_API_KEY
提供