FindAddressSpecification Class
FindAddressSpecification Class
Contains the search specification used in the FindServiceSoap.FindAddress method. Specifies the address to find, the search options to use, and the data source from which to get results.
Public Class FindAddressSpecification Inherits System.Object
[C#]
public class FindAddressSpecification : System.Object
Public Properties
Name | Description |
---|---|
DataSourceName | A string representing the name of the data source (DataSource.Name property) in which to search for the address. |
InputAddress | The address (Address object) to find. |
Options | The search options (FindOptions object), which may include the range of results, the threshold score of results returned, and a flag to identify which objects are desired in the returned results. |
Remarks
The FindAddressSpecification class is used as input to the specification parameter of the FindServiceSoap.FindAddress method.
For the FindAddressSpecification class to be valid, it must contain the DataSourceName and InputAddress properties. If the Options property is null, default options are used.
The FindServiceSoap.FindAddress method is valid for only certain countries or regions within the MapPoint.AP, MapPoint.BR, MapPoint.EU and MapPoint.NA data sources. For more information, see MapPoint.AP Data Source, MapPoint.BR Data Source, MapPoint.EU Data Source and MapPoint.NA Data Source.
For more information about MapPoint Web Service data sources, see MapPoint Web Service Data Sources and Capabilities.
To retrieve a list of data sources and their capabilities, use the CommonServiceSoap.GetDataSourceInfo method.
See Also
FindServiceSoap.FindAddress Method | DataSource.Name Property | Address Class | FindOptions Class