Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Geocode( _ ByVal address As String, _ ByVal onComplete As EventHandler(Of GeocodeCompletedEventArgs), _ ByVal userState As Object _ ) |
C# | |
---|---|
public void Geocode( string address, EventHandler<GeocodeCompletedEventArgs> onComplete, object userState ) |
Parameters
- address
- The address to geocode.
- onComplete
- The method to call on complete.
- userState
- user state.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family