Class
Location

Location DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Location : Resource

Inheritance: objectResourceLocation

Inherited Members Resource.BoundingBoxResource.Type

Constructors

Location()

Declaration

cs-api-definition
public Location()

Properties

Address

Gets or sets the Address.

Declaration

cs-api-definition
[DataMember(Name = "address", EmitDefaultValue = false)]
public Address Address { get; set; }

Property Value

Address

Confidence

Gets or sets the Confidence.

Declaration

cs-api-definition
[DataMember(Name = "confidence", EmitDefaultValue = false)]
public string Confidence { get; set; }

Property Value

string

EntityType

Gets or sets the EntityType.

Declaration

cs-api-definition
[DataMember(Name = "entityType", EmitDefaultValue = false)]
public string EntityType { get; set; }

Property Value

string

GeocodePoints

Gets or sets the GeocodePoints.

Declaration

cs-api-definition
[DataMember(Name = "geocodePoints", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "GeocodePoints")]
public Point[] GeocodePoints { get; set; }

Property Value

Point[]

MatchCodes

Gets or sets the MatchCodes.

Declaration

cs-api-definition
[DataMember(Name = "matchCodes", EmitDefaultValue = false)]
public string[] MatchCodes { get; set; }

Property Value

string[]

Name

Gets or sets the Name.

Declaration

cs-api-definition
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; set; }

Property Value

string

Point

Gets or sets the Point.

Declaration

cs-api-definition
[DataMember(Name = "point", EmitDefaultValue = false)]
public Point Point { get; set; }

Property Value

Point

QueryParseValues

Gets or sets the QueryParseValues.

Declaration

cs-api-definition
[DataMember(Name = "queryParseValues", EmitDefaultValue = false)]
public QueryParseValue[] QueryParseValues { get; set; }

Property Value

QueryParseValue[]