Click or drag to resize

GeocodeAddressGetFields Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the fields contained within this address; such as street name, city and postal (zip) code.

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

Return Value

Type: String
An array of strings, each representing a field contained within this address.
Remarks
The fields are returned in the default language (English). Other languages are supported by passing a three-letter ISO country code string, such as "ENG" for English or "SPA" for Spanish, which will cause the fields to return in the specified alternate language. See GetFields(String).
See Also