SortOrder Enumeration

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains values that specify how to order items.

Syntax

public enum SortOrder
Public Enum SortOrder

Members

Member

Description

Distance

Order the items from closest to a location to farthest from a location.

Popularity

Order the items from most popular to least popular.

Rating

Order the items from highest rating to lowest rating.

Relevance

Order the items from most relevant to least relevant.

See Also

SearchOptions.SortOrder Property