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