New to Telerik UI for WinFormsStart a free 30-day trial

Search options which can be used to refine the search request.

Definition

Namespace:Telerik.WinControls.UI.Map.Azure

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class AzureSearchOptions

Inheritance: objectAzureSearchOptions

Constructors

Initializes a new instance of the AzureSearchOptions class.

C#
public AzureSearchOptions()

Properties

Gets or sets value indicating the Azure search mode.

C#
public AzureSearchMode AzureSearchMode { get; set; }

Gets or sets value specifying the number of search results to return. The default value is 5.

C#
public int Count { get; set; }