Click or drag to resize

LocationSearchSuggestionName Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The name of the result. For an address match, this will be set to the name of the most precise component of the result, such as the street name for a street match or a region name for a region match. For a POI match, this will be the name of the POI. For other matches, the name may be set to null when it is not applicable.

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

Property Value

Type: String

Implements

ISearchSuggestionName
See Also