AutocompleteGeocoderSuggestionIsRegion Property | |
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; }
Public Property IsRegion As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
IsRegion is deprecated in GeoBase 4.5. Use
ResultType instead.
See Also