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

address
The address to geocode.
Geocodes address using a synchronous call to Bings geocoding service.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Geocode( _
   ByVal address As String _
) As GeocodeResponse
C# 
public GeocodeResponse Geocode( 
   string address
)

Parameters

address
The address to geocode.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.