Class Address
Inheritance
System.Object
Address
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class Address
Constructors
Address()
Declaration
public Address()
Properties
AddressLine
Declaration
public string AddressLine { get; set; }
Property Value
System.String
|
AdminDistrict
Declaration
public string AdminDistrict { get; set; }
Property Value
System.String
|
AdminDistrict2
Declaration
public string AdminDistrict2 { get; set; }
Property Value
System.String
|
CountryRegion
Declaration
public string CountryRegion { get; set; }
Property Value
System.String
|
CountryRegionIso2
Declaration
public string CountryRegionIso2 { get; set; }
Property Value
System.String
|
FormattedAddress
Declaration
public string FormattedAddress { get; set; }
Property Value
System.String
|
Landmark
Declaration
public string Landmark { get; set; }
Property Value
System.String
|
Locality
Declaration
public string Locality { get; set; }
Property Value
System.String
|
Neighborhood
Declaration
public string Neighborhood { get; set; }
Property Value
System.String
|
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
System.String
|