【发布时间】:2020-09-03 17:26:24
【问题描述】:
我正在尝试从坐标中获取地标。
我为此使用geoLocator。今天早上它工作正常,但现在它抛出了平台异常。
PlatformException(IO_ERROR, A network error occurred trying to lookup the supplied coordinates (latitude: <lat>, longitude: <long>)., null)
它说是网络错误,但我的设备已连接到互联网,
首先,我认为Geolocator 包可能有问题,所以我使用了Geocoding 包,但问题仍然存在。
这是来自地理编码器的错误。
Geocoder getFromLocation --- mService = android.location.ILocationManager$Stub$Proxy@e8c2197, ex = grpc failed, return results = []
请帮忙。
【问题讨论】:
-
你解决了吗?
-
任何答案都回答了您的问题吗?
标签: android firebase flutter dart geolocation