Click or drag to resize

LocationSearchSuggestionCustomData Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A dictionary of custom data that can be used by custom search sources to provide additional data on suggestions beyond what is specified in other properties. Defaults to an empty dictionary.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Dictionary<string, Object> CustomData { get; set; }

Property Value

Type: DictionaryString, Object
See Also