Class
AzureResponse

Definition

Namespace:Telerik.WinControls.UI.Map.Azure

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
[DataContract]
public class AzureResponse

Inheritance: objectAzureResponse

Constructors

AzureResponse()

Declaration

cs-api-definition
public AzureResponse()

Properties

Results

Declaration

cs-api-definition
[DataMember(Name = "results", EmitDefaultValue = false)]
public Result[] Results { get; set; }

Property Value

Result[]

Summary

Declaration

cs-api-definition
[DataMember(Name = "summary", EmitDefaultValue = false)]
public Summary Summary { get; set; }

Property Value

Summary