Class Result
Inheritance
System.Object
Result
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 Result
Constructors
Result()
Declaration
public Result()
Properties
Address
EntityType
Declaration
public string EntityType { get; set; }
Property Value
System.String
|
MatchConfidence
Declaration
public double MatchConfidence { get; set; }
Property Value
System.Double
|
Position
Type
Declaration
public string Type { get; set; }
Property Value
System.String
|