public interface MVSQueryRequester
MVSService.createQueryRequester()| Modifier and Type | Method and Description | 
|---|---|
void | 
addQueryRecord(java.lang.String text)
Adds a text record to the query 
 | 
void | 
clear()
Clears the current query 
 | 
int | 
getQueryRecordsCount()
Gets the number of records in the query 
 | 
boolean | 
isEmpty()
Tells whether the query contains any records 
 | 
java.util.List<GeoAreaInfo> | 
requestQuery()
Sends the query request to MVSuggest. 
 | 
void addQueryRecord(java.lang.String text)
text - a text to be matched by MVSuggestvoid clear()
int getQueryRecordsCount()
boolean isEmpty()
java.util.List<GeoAreaInfo> requestQuery() throws java.io.IOException
java.io.IOExceptionCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.