提交 e58d685c authored 作者: shixiaochen's avatar shixiaochen

1、修改poi点区信息获取;

上级 46c3f95e
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
[dicMut setValue:poiItem.pcode forKey:@"provinceCode"]; [dicMut setValue:poiItem.pcode forKey:@"provinceCode"];
[dicMut setValue:poiItem.city forKey:@"cityName"]; [dicMut setValue:poiItem.city forKey:@"cityName"];
[dicMut setValue:poiItem.citycode forKey:@"cityCode"]; [dicMut setValue:poiItem.citycode forKey:@"cityCode"];
[dicMut setValue:poiItem.address forKey:@"adName"]; [dicMut setValue:poiItem.district forKey:@"adName"];
[dicMut setValue:poiItem.businessArea forKey:@"businessArea"]; [dicMut setValue:poiItem.businessArea forKey:@"businessArea"];
[dicMut setValue:@(poiItem.distance) forKey:@"distance"]; [dicMut setValue:@(poiItem.distance) forKey:@"distance"];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论