Click or drag to resize

AutocompleteGeocoderSuggestionSuffix Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a string containing all elements of the address other than the first line, which can be accessed via Name. For street address result, this will return all region names, while for a region result, this will return all region names other than the most specific region. The string will be prefixed by a comma, and components will be comma separated. The suffix does not consider the locale of the address; if you want a formatted address that reflects the current locale, use AddressFormatter in conjunction with Address, or use ToString.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string Suffix { get; set; }

Property Value

Type: String
Remarks
Suffix is deprecated in GeoBase 4.8.
See Also