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

Address

Class

Address DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Address

Inheritance: objectAddress

Constructors

C#
public Address()

Properties

Gets or sets the AddressLine.

C#
[DataMember(Name = "addressLine", EmitDefaultValue = false)]
public string AddressLine { get; set; }

Gets or sets the AdminDistrict.

C#
[DataMember(Name = "adminDistrict", EmitDefaultValue = false)]
public string AdminDistrict { get; set; }

Gets or sets the AdminDistrict2.

C#
[DataMember(Name = "adminDistrict2", EmitDefaultValue = false)]
public string AdminDistrict2 { get; set; }

Gets or sets the CountryRegion.

C#
[DataMember(Name = "countryRegion", EmitDefaultValue = false)]
public string CountryRegion { get; set; }

Gets or sets the CountryRegionIso2.

C#
[DataMember(Name = "countryRegionIso2", EmitDefaultValue = false)]
public string CountryRegionIso2 { get; set; }

Gets or sets the FormattedAddress.

C#
[DataMember(Name = "formattedAddress", EmitDefaultValue = false)]
public string FormattedAddress { get; set; }

Gets or sets the Landmark.

C#
[DataMember(Name = "landmark", EmitDefaultValue = false)]
public string Landmark { get; set; }

Gets or sets the Locality.

C#
[DataMember(Name = "locality", EmitDefaultValue = false)]
public string Locality { get; set; }

Gets or sets the Neighborhood.

C#
[DataMember(Name = "neighborhood", EmitDefaultValue = false)]
public string Neighborhood { get; set; }

Gets or sets the PostalCode.

C#
[DataMember(Name = "postalCode", EmitDefaultValue = false)]
public string PostalCode { get; set; }