LocationData Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains geocoded locations as well as properties indicating the match code and match confidence of these locations.

Syntax

public class LocationData
Public Class LocationData

Constructor

Name

Description

LocationData 

Initializes a new instance of a LocationData object.

Public Properties

Name

Description

Confidence 

A Confidence Enumeration value representing how confident the Geocode Service is in the matches found in the Locations property.

Locations 

A GeocodeLocation Class array containing the matched locations.

MatchCodes 

A string array containing the type of matches used to geocode the locations found in the Locations property.

See Also

SearchResultBase.LocationData Property
Geocode Match Code and Match Method Tables