Sdílet prostřednictvím


SearchGeometryBaseOptions.CategoryFilter Property

Definition

A list of category set IDs which could be used to restrict the result to specific Points of Interest categories. ID order does not matter. When multiple category identifiers are provided, only POIs that belong to (at least) one of the categories from the provided list will be returned. The list of supported categories can be discovered using  POI Categories API.

public System.Collections.Generic.IEnumerable<int> CategoryFilter { get; set; }
member this.CategoryFilter : seq<int> with get, set
Public Property CategoryFilter As IEnumerable(Of Integer)

Property Value

Applies to