UnknownGeocodeAddressGetFields Method (String) | |
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
)
Public Overrides Function GetFields (
lang As String
) As String()
Parameters
- lang
- Type: SystemString
A three-letter (uppercase) ISO country code.
Return Value
Type:
StringA 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