best-flutter / flutter_amap_location

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

ios crash due some fileds of regeocode is nil #39

Open danieldai opened 4 years ago

danieldai commented 4 years ago

_formattedAddress NSCFString @"山西省晋城市沁水县靠近前土门上"
_country __NSCFString
@"中国"
_province
NSCFString @"山西省"
_city __NSCFString
@"晋城市"
_district NSCFString @"沁水县"
_township id 0x0 _neighborhood id 0x0 _building id 0x0 _citycode NSTaggedPointerString
@"0356" _adcode NSTaggedPointerString * @"140521"
_street id 0x0 _number id 0x0 _POIName
NSCFString * @"前土门上" _AOIName id 0x0

danieldai commented 4 years ago

https://github.com/best-flutter/flutter_amap_location/pull/40 can be fixed by this PR