FuzzySearchOptions.EntityType Property

Definition

Specifies the level of filtering performed on geographies. Narrows the search for specified geography entity types, e.g. return only municipality. The resulting response will contain the geography ID as well as the entity type matched. If you provide more than one entity as a comma separated list, endpoint will return the 'smallest entity available'. Returned Geometry ID can be used to get the geometry of that geography via Get Search Polygon API. The following parameters are ignored when entityType is set:

public Azure.Maps.Search.GeographicEntity? EntityType { get; set; }
member this.EntityType : Nullable<Azure.Maps.Search.GeographicEntity> with get, set
Public Property EntityType As Nullable(Of GeographicEntity)

Property Value

Applies to