FindResult Class
FindResult Class
Contains a result from a find operation (Find, FindAddress, FindByID, FindByProperty, FindNearby, FindNearRoute, and FindPolygon methods of the FindServiceSoap class). Includes location information and a score indicating how well the result matches the search criteria (for Find and FindAddress methods) or how close the result is to the search point (for the FindNearby method).
Public Class FindResult Inherits System.Object
[C#]
public class FindResult : System.Object
Public Properties
Name | Description |
---|---|
FoundLocation | The location (Location object) found using the Find, FindAddress, FindByID, FindByProperty, FindNearby, FindNearRoute, and FindPolygon methods of the FindServiceSoap class. |
Score | The score of the found result. |
Remarks
- The FindResult object is used in the FindResults.Results property, which is returned by the Find, FindAddress, FindByID, FindByProperty, FindNearby and FindNearRoute methods.