matchSelector static method

List<TdAddressItem> matchSelector(
  1. TdAddressValue value
)

深度匹配选项

Implementation

static List<TdAddressItem> matchSelector(TdAddressValue value) {
  return TdCascaderPlugin.matchSelector(value, kCityOptions);
}