为什么从Google Places API收到的区域设置始终为空

时间:2018-04-24 14:39:51

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

我在Android应用程序上使用Google place API。选择地点后,我会收到Place对象。从该对象,我想使用Locale。但每次我得到Locale null。我错过了什么吗?

我可以从该位置对象获取名称,地址,纬度,长度。

此外,还有其他方法可以找到该位置的区域设置吗?

它是否与Google API密钥有关?我正在使用我用于谷歌地图的API密钥。我以下列方式在清单中使用它:

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

0 个答案:

没有答案