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

SearchInsideGeometryOptions.ExtendedPostalCodesFor 属性

定义

结果中应包含扩展邮政编码的索引。 有关所有可用搜索索引,请参阅 SearchIndex 值应为以逗号分隔的索引类型列表, (以任何顺序) 或 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)

属性值

适用于