Class Location
Location DataContract class.
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Location : Resource
Constructors
Location()
Declaration
public Location()
Properties
Address
Confidence
Gets or sets the Confidence.
Declaration
public string Confidence { get; set; }
Property Value
System.String
|
EntityType
Gets or sets the EntityType.
Declaration
public string EntityType { get; set; }
Property Value
System.String
|
GeocodePoints
Gets or sets the GeocodePoints.
Declaration
public Point[] GeocodePoints { get; set; }
Property Value
Point[]
|
MatchCodes
Gets or sets the MatchCodes.
Declaration
public string[] MatchCodes { get; set; }
Property Value
System.String[]
|
Name
Gets or sets the Name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Point
QueryParseValues
Gets or sets the QueryParseValues.
Declaration
public QueryParseValue[] QueryParseValues { get; set; }
Property Value
QueryParseValue[]
|