We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5894f15 commit fe69129Copy full SHA for fe69129
src/main/java/org/bitlap/geocoding/GeocodingX.kt
@@ -20,8 +20,8 @@ open class GeocodingX(val ctx: Context) {
20
/**
21
* @param dataClassPath 自定义地址文档的classpath路径
22
* @param strict 解析模式, 默认为false。当发现没有省和市,且匹配的父项数量等于1时,能成功匹配。
23
- * * true: 严格模式,当发现没有省和市,且匹配的父项数量大于0时,返回null
24
- * * false: 非严格模式,当发现没有省和市,且匹配的父项数量大于0时,匹配随机一项省和市
+ * * true: 严格模式,当发现没有省和市,且匹配的父项数量大于1时,返回null
+ * * false: 非严格模式,当发现没有省和市,且匹配的父项数量大于1时,匹配随机一项省和市
25
*/
26
constructor(dataClassPath: String, strict: Boolean): this(Context(dataClassPath, strict))
27
0 commit comments