The AddressCandidate type exposes the following members.

Constructors

NameDescription
AddressCandidate
Initializes a new instance of the AddressCandidate class

Properties

NameDescription
Address
Object containing properties defining the address of a candidate location. It will contain one property for each of the address fields defined by a geocode service. Each address field describes some part of the address information for the candidate.
Attributes
Object containing attributes returned for the candidate in JSON format.
Location
Object containing properties defining the geometry of a candidate location, specificall the x and y coordinate.
Score
The score that the geocoding resource returned for the candidate. A candidate with a score of 100 means a perfect match, and 0 means no match.
Shape
The VEShape created from the geometry of the candidate. Created from the Location information for convenient use with the Virtual Earth map.

See Also