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

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

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

它与Google API密钥有何关联?我正在使用我用于谷歌 Map 的API密钥 . 我以下列方式在清单中使用它:

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