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.Azure
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class Address
Constructors
Address()
Declaration
public Address()
Properties
Country
Declaration
public string Country { get; set; }
Property Value
System.String
|
FreeformAddress
Declaration
public string FreeformAddress { get; set; }
Property Value
System.String
|
LocalName
Declaration
public string LocalName { get; set; }
Property Value
System.String
|
Municipality
Declaration
public string Municipality { get; set; }
Property Value
System.String
|
StreetName
Declaration
public string StreetName { get; set; }
Property Value
System.String
|