提交 0476c52e authored 作者: 史晓晨's avatar 史晓晨

feat:逆地理编码-增加aoiName;

上级 fac08ff4
...@@ -106,6 +106,7 @@ object Utils { ...@@ -106,6 +106,7 @@ object Utils {
result["country"] = address.country result["country"] = address.country
result["neighborhood"] = address.neighborhood result["neighborhood"] = address.neighborhood
result["townCode"] = address.towncode result["townCode"] = address.towncode
result["aoiName"] = address.aois.getOrNull(0)?.aoiName ?: ""
} }
} }
return result return result
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论