Share via


SearchInsideGeometryOptions.ExtendedPostalCodesFor Property

Definition

Indexes for which extended postal codes should be included in the results. Please refer to SearchIndex for all the available search indexes Value should be a comma separated list of index types (in any order) or null for no indexes. By default extended postal codes are included for all indexes except Geo. Extended postal code lists for geographies can be quite long so they have to be explicitly requested when needed.

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)

Property Value

Applies to