Skip to content

v1.3.0

Compare
Choose a tag to compare
@IceMimosa IceMimosa released this 19 May 16:47
· 15 commits to master since this release

新增 GeocodingX 类,包含两个输入

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