The AddressCandidates type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AddressCandidates | Initializes a new instance of the AddressCandidates class |
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| Candidates | Array of address candidates returned by the Locator operation. | |
| Error | If not null, this is the error returned by the Locator operation. |
