ClassAddress
Class
Address DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Address
Inheritance: objectAddress
Constructors
Address()
Declaration
cs-api-definition
public Address()
Properties
AddressLine
Gets or sets the AddressLine.
Declaration
cs-api-definition
[DataMember(Name = "addressLine", EmitDefaultValue = false)]
public string AddressLine { get; set; }
Property Value
AdminDistrict
Gets or sets the AdminDistrict.
Declaration
cs-api-definition
[DataMember(Name = "adminDistrict", EmitDefaultValue = false)]
public string AdminDistrict { get; set; }
Property Value
AdminDistrict2
Gets or sets the AdminDistrict2.
Declaration
cs-api-definition
[DataMember(Name = "adminDistrict2", EmitDefaultValue = false)]
public string AdminDistrict2 { get; set; }
Property Value
CountryRegion
Gets or sets the CountryRegion.
Declaration
cs-api-definition
[DataMember(Name = "countryRegion", EmitDefaultValue = false)]
public string CountryRegion { get; set; }
Property Value
CountryRegionIso2
Gets or sets the CountryRegionIso2.
Declaration
cs-api-definition
[DataMember(Name = "countryRegionIso2", EmitDefaultValue = false)]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed.")]
public string CountryRegionIso2 { get; set; }
Property Value
FormattedAddress
Gets or sets the FormattedAddress.
Declaration
cs-api-definition
[DataMember(Name = "formattedAddress", EmitDefaultValue = false)]
public string FormattedAddress { get; set; }
Property Value
Landmark
Gets or sets the Landmark.
Declaration
cs-api-definition
[DataMember(Name = "landmark", EmitDefaultValue = false)]
public string Landmark { get; set; }
Property Value
Locality
Gets or sets the Locality.
Declaration
cs-api-definition
[DataMember(Name = "locality", EmitDefaultValue = false)]
public string Locality { get; set; }
Property Value
Neighborhood
Gets or sets the Neighborhood.
Declaration
cs-api-definition
[DataMember(Name = "neighborhood", EmitDefaultValue = false)]
public string Neighborhood { get; set; }
Property Value
PostalCode
Gets or sets the PostalCode.
Declaration
cs-api-definition
[DataMember(Name = "postalCode", EmitDefaultValue = false)]
public string PostalCode { get; set; }
Property Value