你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FuzzySearchOptions.IndexFilter 属性

定义

应用于搜索的索引。

可用索引包括:

  • Addr - 地址范围
  • Geo -地区
  • PAD - 点地址
  • POI - 兴趣点
  • Str -街道
  • XStr - 十字路口 (交叉口)

值应是按任何顺序) 或 null 无索引 (搜索索引的列表。

public System.Collections.Generic.IEnumerable<Azure.Maps.Search.SearchIndex> IndexFilter { get; set; }
member this.IndexFilter : seq<Azure.Maps.Search.SearchIndex> with get, set
Public Property IndexFilter As IEnumerable(Of SearchIndex)

属性值

适用于