| Package | Description |
|---|---|
| com.baidu.mapapi.search.sug |
建议搜索
|
| Modifier and Type | Method and Description |
|---|---|
SuggestionSearchOption |
SuggestionSearchOption.city(java.lang.String city)
设置建议请求城市
|
SuggestionSearchOption |
SuggestionSearchOption.keyword(java.lang.String keyword)
指定建议关键字
|
SuggestionSearchOption |
SuggestionSearchOption.location(LatLng loction)
指定位置
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SuggestionSearch.requestSuggestion(SuggestionSearchOption option)
建议请求入口
|