Share via


SearchInsideGeometryOptions.IndexFilter Property

Definition

A comma separated list of indexes which should be utilized for the search. Item order does not matter. Available indexes are: Addr = Address range interpolation, Geo = Geographies, PAD = Point Addresses, POI = Points of interest, Str = Streets, Xstr = Cross Streets (intersections).

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)

Property Value

Applies to