best-flutter / flutter_amap_location

高德地图flutter定位组件
MIT License
275 stars 70 forks source link

iOS没有城市信息, 只有经纬度 #53

Open NieYinlong opened 3 years ago

NieYinlong commented 3 years ago

AMapLocationClient.startup(new AMapLocationOption(desiredAccuracy:CLLocationAccuracy.kCLLocationAccuracyHundredMeters, locatingWithReGeocode: true), ); AMapLocation loc = await AMapLocationClient.getLocation(true);

iOS没有城市信息, 只有经纬度

chenhuaibin commented 3 years ago

解决了吗