In The Hand - .NET Components for Mobility
NavigateToPostalCode Method (country, postalCode, houseNumber)
NamespacesInTheHand.TomTomNavigatorNavigateToPostalCode(String, String, String)
Starts planning the route from the current point to the address specified via postal code.

Requires Navigator v5.20 or later

Declaration Syntax
C#Visual Basic
public void NavigateToPostalCode(
	string country,
	string postalCode,
	string houseNumber
)
Public Sub NavigateToPostalCode ( _
	country As String, _
	postalCode As String, _
	houseNumber As String _
)
Parameters
country (String)
Country - Currently only NL (Netherlands) and UK (United Kingdom) are accepted.
postalCode (String)
Postal Code to navigate to.
houseNumber (String)
House number - optional.
Remarks
Currently only NL (Netherlands) and UK (United Kingdom) are accepted for the Country parameter.

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