In The Hand - .NET Components for Mobility
GeocodeByPostalCode Method (country, postalCode, houseNumber)
NamespacesInTheHand.TomTomNavigatorGeocodeByPostalCode(String, String, String)
Returns geocode (latitude and longitude) for the given address, specified by the country, postal code, and house number arguments, and return the co-ordinates of the found location and its complete city and street names in the geocode information argument.

Requires Navigator v5.20 or later

Declaration Syntax
C#Visual Basic
public GeocodeInfo GeocodeByPostalCode(
	string country,
	string postalCode,
	string houseNumber
)
Public Function GeocodeByPostalCode ( _
	country As String, _
	postalCode As String, _
	houseNumber As String _
) As GeocodeInfo
Parameters
country (String)
Country.
postalCode (String)
Postal code.
houseNumber (String)
House number.
Return Value

[Missing <returns> documentation for M:InTheHand.TomTom.Navigator.GeocodeByPostalCode(System.String,System.String,System.String)]

Remarks
Currently only NL (Netherlands) and UK (United Kingdom) are accepted for country parameter.

Assembly: InTheHand.TomTom (Module: InTheHand.TomTom) Version: 6.2.0.0