Class SuggestionRequestParams
java.lang.Object
com.baidu.mapapi.http.wrapper.BaseParams
com.baidu.mapapi.search.poi.v3.bean.SuggestionRequestParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(SuggestionOption option) intgetCe()intgetQuery()intgetSign()getToken()booleanbooleansetCoordType(int coordType) setFromLanguage(String fromLanguage) setHotword(boolean hotword) setLanguage(String language) setLocation(String location) setRadius(int radius) setRegionLimit(boolean regionLimit) setRetCoordType(String retCoordType) setTimestamp(Long timestamp)
-
Constructor Details
-
SuggestionRequestParams
public SuggestionRequestParams()
-
-
Method Details
-
getQuery
-
setQuery
-
getRegion
-
setRegion
-
isRegionLimit
public boolean isRegionLimit() -
setRegionLimit
-
getLocation
-
setLocation
-
getRadius
public int getRadius() -
setRadius
-
getBounds
-
setBounds
-
getCoordType
public int getCoordType() -
setCoordType
-
getLanguage
-
setLanguage
-
getRetCoordType
-
setRetCoordType
-
getOutput
-
setOutput
-
getToken
-
setToken
-
getSign
-
setSign
-
getTimestamp
-
setTimestamp
-
getFromLanguage
-
setFromLanguage
-
isHotword
public boolean isHotword() -
setHotword
-
getCe
public int getCe() -
apply
-