Click or drag to resize

USGeocodeAddressGetFields Method (String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the fields associated with a USGeoCodeAddress, in the specified language.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override string[] GetFields(
	string lang
)

Parameters

lang
Type: SystemString
A three-letter (uppercase) ISO country code.

Return Value

Type: String
A string array containing the fields defined for a UnknownGeocodeAddress: street, city, region and post (zip) code.
Remarks
Regardless of the language specified, the fields are returned in English.
See Also