isRadiusLimit property Null safety

bool? isRadiusLimit
read / write

是否严格限定召回结果在设置检索半径范围内。默认值为false。

值为true代表检索结果严格限定在半径范围内;值为false时不严格限定。 注意:值为true时会影响返回结果中total准确性及每页召回poi数量,我们会逐步解决此类问题。

Implementation

bool? isRadiusLimit;