The AddressCandidates type exposes the following members.

Constructors

NameDescription
AddressCandidates
Initializes a new instance of the AddressCandidates class

Methods

NameDescription
SetShapeStyle
Sets the style attributes for the shapes in the AddressCandidates. These styles are used when ToVEShapeLayer is called to create a VEShapeLayer from the addresses candidates.
ToVEShapeLayer
Creates a new VEShapeLayer from the shapes in the Candidates property. Before calling this method, you may want to use SetShapeStyle to set the display properties of the candidates. The VEShapeLayer returned may be added to the map with map.AddShapeLayer.

Properties

NameDescription
Candidates
Array of address candidates returned by the Locator operation.
Error
If not null, this is the error returned by the Locator operation.

See Also