FindServiceSoap Class

FindServiceSoap Class

Contains the methods and properties related to calling the find service.


Public Class FindServiceSoap Inherits System.Web.Services.Protocols.SoapHttpClientProtocol


[C#]

public class FindServiceSoap : System.Web.Services.Protocols.SoapHttpClientProtocol
 

Public Methods

Name Description
public methodFind

Finds geographic locations in a specified data source based on a request that may include the place and entity type names to find. Returns an array of results ordered by score, the top score, the number of results found, and the index into the array of results, as a FindResults object. Maximum returned value is 500. Default number of returned results is 25.

public methodFindAddress

Finds geographic locations in a specified data source based on an address (sometimes known as geocoding). Returns an array of possible results ordered by score, the top score, the number of results found, and the index into the array of results, as a FindResults object. Maximum value returned is 100. Default number of returned results is 25.

public methodFindByID

Finds points of interest based on entity ID. The found results are returned as a FindResults object.

public methodFindByProperty

Finds points of interest based on predefined or custom properties. This method is independent of the location information such as distance and latitude/longitude. The found results are returned as a FindResults object.

public methodFindNearby

Finds points of interest within a specified distance of a given latitude and longitude coordinate; for example, restaurants within a certain distance of an address. Valid data sources include MapPoint Web Service data sources with a CanFindNearby capability (DataSourceCapability enumeration), and your own data uploaded for use with MapPoint Web Service. Returns an array of found points of interest ordered by proximity to a selected point, the top score, the number of results found, and the index into the array of results, as a FindResults object. Maximum returned value is 500. Default number of returned results is 25.

public methodFindNearRoute

Finds points of interest within a specified distance from a route. The found results are returned as a FindResults object.

public methodFindPolygon

Finds polygons in a specified data source, based on a FindPolygonSpecification object.

public methodGetLocationInfo

Finds geographic entities and addresses for a specified latitude and longitude coordinate (sometimes known as reverse geocoding). Returns an array of locations (Location[] objects). Maximum returned value is 250.

public methodParseAddress

Parses a specified address and returns an Address

Public Properties

Name Description
public propertyCustomerInfoFindHeaderValue

The customer-defined code (CustomerInfoFindHeader object) that represents the transaction being sent to MapPoint Web Service using the FindServiceSoap methods.

public propertyUserInfoFindHeaderValue

The context-related information (UserInfoFindHeader object) that defines the locale, language, and unit of measurement in which results are returned from the FindServiceSoap methods.

See Also

  FindResult Class   |   Location Class   |   Address Class   |   CustomerInfoFindHeader Class   |   UserInfoFindHeader Class