maxResults property

int maxResults
getter/setter pair

The maximum number of suggestions to return. If the number of suggestions after filtering is greater than the maxResults, then isIncomplete is set to true.

Implementation

int maxResults;