-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加自定义地址失败 #4
Comments
是的,昨天Debug了一下,发现在JVM执行
看了一下项目源码,参数类型应该是匹配的,所以还没有解决方案(主要是Java代码的能力我仅限于读一读了解个大概) 后面再看一下具体是什么原因导致的。 目前可以先安装上一个版本来使用自定义地址功能 |
找到问题了 |
好的,今晚测试一下,顺便更新一下jar包。 |
@casuallyName |
添加自定义地址失败,geocoding.addRegionEntry(1, 321200000000, "A街道", geocoding.RegionType.Street) 总是返回 False
无法得到想要的结果
Address(
provinceId=320000000000, province=江苏省,
cityId=321200000000, city=泰州市,
districtId=None, district=None,
streetId=None, street=None,
townId=None, town=None,
villageId=None, village=None,
road=None,
roadNum=None,
buildingNum=None,
text=A街道
)
The text was updated successfully, but these errors were encountered: