best-flutter / flutter_amap_location

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

AmapLocationPlugin.java 源代码中获取城市有误 #1

Closed jingjianbing000 closed 6 years ago

jingjianbing000 commented 6 years ago

嗨,AmapLocationPlugin.java 文件中,第148行应该是获取城市,源代码中写成了获取国家map.put("city",a.getCountry()); 应改成 map.put("city",a.getCity());

jzoom commented 6 years ago

ok,谢谢指正