ArcGIS API for WPF - Library Reference
Geocoder Constructor(String,ServerType)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Geocoder Class > Geocoder Constructor : Geocoder Constructor(String,ServerType)

token
The token.
servertype
The servertype.
Initializes a new instance of the Geocoder class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal token As String, _
   ByVal servertype As ServerType _
)
C# 
public Geocoder( 
   string token,
   ServerType servertype
)

Parameters

token
The token.
servertype
The servertype.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.