如何以编程方式设置GoogleApiClient api密钥

时间:2016-10-19 04:55:28

标签: android google-play-services google-places-api

    <meta-data
        android:name="com.google.android.geo.API_KEY"
        android:value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>

这就是我在AndroidManifest.xml中设置Places API的方法 我想知道是否有一种方法可以像MapView中那样以编程方式设置它:

mMapView = new MapView(this, mapApiKey);

编辑: 我的目标是从后端获取密钥,因此我需要在稍后阶段设置它,而不是在应用程序启动时设置。

0 个答案:

没有答案