Click or drag to resize

AutocompleteGeocoderSuggestionIsRegion Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether the suggestion is a region address. If this is false, the suggestion will be a street or postcode address.

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

Property Value

Type: Boolean
Remarks
IsRegion is deprecated in GeoBase 4.5. Use ResultType instead.
See Also