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

FuzzySearchOptions.ExtendedPostalCodesFor 属性

定义

结果中应包含扩展邮政编码的索引。

可用索引包括:

  • Addr - 地址范围
  • Geo -地区
  • PAD - 点地址
  • POI - 兴趣点
  • Str -街道
  • XStr - 十字街 (交叉口)
值应该是以逗号分隔的索引类型列表, (以任何顺序) 或 null 无索引。

默认情况下,除 Geo 之外的所有索引都包含扩展邮政编码。 地理位置的扩展邮政编码列表可能很长,因此必须在需要时显式请求它们。

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

属性值

适用于