This is a wrapper for the RestLocationResult list, and is returned by the DoSearch2() call.
Type | Name | Description |
---|---|---|
Int | TotalResults | Total # of results for the search. A negative value in this field indicates an error condition. |
Boolean | DistanceIsMetric | True if the measurement type is metric. |
Booean | FindNearestSearch | |
Int | SearchReqLogId | |
List <RestLocationResult Object> | ResultList | The subset of results requested, given StartIndex and PageSize. |