Click or drag to resize

UnknownGeocodeAddressGetFields Method (String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the fields contained within this UnknownGeoCodeAddress.

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, suburb, city, region and post (zip) code.
Remarks
Regardless of the language specified, the fields are returned in English.
See Also