Skip to content

Releases: bitlap/geocoding

v1.3.1

30 Sep 09:40
b2ead48
Compare
Choose a tag to compare

Bug修复

  • 修复normalizing方法多线程调用报错的问题

v1.3.0

19 May 16:47
Compare
Choose a tag to compare

新增 GeocodingX 类,包含两个输入

  • dataClassPath(String):自定义地址文件classpath路径,默认使用内置地址
  • strict(Boolean):是否strict模式,默认false。当发现没有省和市,且匹配的父项数量等于1时,能成功匹配。
    • true: 严格模式,当发现没有省和市,且匹配的父项数量大于1时,返回null
    • false: 非严格模式,当发现没有省和市,且匹配的父项数量大于1时,匹配随机一项省和市
  • addRegionEntry() 方法新增 replace 参数,表示是否替换旧地址,默认为true