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
| 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
[Missing <returns> documentation for M:InTheHand.TomTom.Navigator.GeocodeByPostalCode(System.String,System.String,System.String)]
Currently only NL (Netherlands) and UK (United Kingdom) are accepted for country parameter.