gpt4 book ai didi

android - "The constructor Geocoder(Context, Locale) is undefined"?

转载 作者:行者123 更新时间:2023-11-30 03:36:32 26 4
gpt4 key购买 nike

我正在制作一个安卓应用程序,需要使用谷歌地图的反向地理编码。相关代码为:

  Geocoder geoCoder = new Geocoder(getApplicationContext(), Locale.getDefault());
List<Address> matches = geoCoder.getFromLocation(latitude, longitude, 1);
// latitude and longitude are double variables containing the coordinates.

在上面代码的第一行我得到了编译错误:

“构造函数 Geocoder(Context, Locale) 未定义”

我尝试使用谷歌搜索但找不到解决方案。谢谢。

最佳答案

定义了构造函数Geocoder(Context, Locale)。检查您是否导入了正确的类

 android.location.Geocoder

here文档

关于android - "The constructor Geocoder(Context, Locale) is undefined"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16593968/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com