Class Address
Address DataContract class.
Inheritance
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Address : Object
Constructors
Address()
Declaration
public Address()
Properties
AddressLine
Gets or sets the AddressLine.
Declaration
public string AddressLine { get; set; }
Property Value
System.String
|
AdminDistrict
Gets or sets the AdminDistrict.
Declaration
public string AdminDistrict { get; set; }
Property Value
System.String
|
AdminDistrict2
Gets or sets the AdminDistrict2.
Declaration
public string AdminDistrict2 { get; set; }
Property Value
System.String
|
CountryRegion
Gets or sets the CountryRegion.
Declaration
public string CountryRegion { get; set; }
Property Value
System.String
|
CountryRegionIso2
Gets or sets the CountryRegionIso2.
Declaration
public string CountryRegionIso2 { get; set; }
Property Value
System.String
|
FormattedAddress
Gets or sets the FormattedAddress.
Declaration
public string FormattedAddress { get; set; }
Property Value
System.String
|
Landmark
Gets or sets the Landmark.
Declaration
public string Landmark { get; set; }
Property Value
System.String
|
Locality
Gets or sets the Locality.
Declaration
public string Locality { get; set; }
Property Value
System.String
|
Neighborhood
Gets or sets the Neighborhood.
Declaration
public string Neighborhood { get; set; }
Property Value
System.String
|
PostalCode
Gets or sets the PostalCode.
Declaration
public string PostalCode { get; set; }
Property Value
System.String
|