ArcGIS API for Silverlight - Library Reference
AddressCandidate Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > AddressCandidate Class : AddressCandidate Constructor

address
The address.
location
The location.
score
The score.
attributes
The attributes.
Initializes a new instance of the AddressCandidate class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal address As String, _
   ByVal location As MapPoint, _
   ByVal score As Integer, _
   ByVal attributes As IDictionary(Of String,Object) _
)
C# 
public AddressCandidate( 
   string address,
   MapPoint location,
   int score,
   IDictionary<string,object> attributes
)

Parameters

address
The address.
location
The location.
score
The score.
attributes
The attributes.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.