Class Location
Inheritance
System.Object
Location
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class Location : Resource
Constructors
Properties
Declaration
public Address Address { get; set; }
Property Value
Declaration
public string Confidence { get; set; }
Property Value
Declaration
public string EntityType { get; set; }
Property Value
Declaration
public Point[] GeocodePoints { get; set; }
Property Value
Declaration
public string[] MatchCodes { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public Point Point { get; set; }
Property Value
Declaration
public QueryParseValue[] QueryParseValues { get; set; }
Property Value
Extension Methods