Click or drag to resize

GeocodeAddressNumber Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The exact street number (if the exact street number is not available this value will be < 1).

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int Number

Field Value

Type: Int32
Examples
C#
GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0];
Console.WriteLine("The street number of this address is {0}", addr.Number);
// 'The street number of this address is 20'
See Also