Click or drag to resize

RelativeSource Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RelativeSource type exposes the following members.

Properties
  NameDescription
Public propertyGroupName
The group name of the search source. Related sources can share search arguments by using the same group name. Can be overridden by subclasses to specify a group name, which is then used as the prefix for argument names when presented to users of LocationSearch. Defaults to null, meaning that Name is used as the argument name prefix instead.
(Inherited from LocationSearchSource.)
Public propertyHandledResultTypes
Specifies the result types handled by this source.
(Overrides LocationSearchSourceHandledResultTypes.)
Public propertyName
The name of the search source, for use for things such as prefixing custom search arguments. Must be unique across search source.
(Inherited from LocationSearchSource.)
Public propertySearchesRemotely
Indicates whether the search spends most of its time waiting for results from an external server. If true, this indicates that the Location Search can continue searching other sources while waiting for this source to complete, reducing total search time.
(Inherited from LocationSearchSource.)
Top
See Also