Class RecommendStopSearchOption
java.lang.Object
com.baidu.mapapi.search.recommendstop.RecommendStopSearchOption
推荐上车点查询请求参数
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取检索周边推荐上车点的位置坐标boolean是否需要场站上车点推荐设置检索周边推荐上车点的位置坐标setNeedStationInfo(boolean needStationInfo) 设置是否需要场站上车点推荐 默认:NO 设置为YES时,location位置在场站附近时返回对应的场站推荐上车点信息
-
Field Details
-
mLocation
-
-
Constructor Details
-
RecommendStopSearchOption
public RecommendStopSearchOption()
-
-
Method Details
-
location
设置检索周边推荐上车点的位置坐标- Returns:
- 该周边推荐上车点检索对象
-
getLocation
获取检索周边推荐上车点的位置坐标- Returns:
- 检索周边推荐上车点的位置坐标
-
isNeedStationInfo
public boolean isNeedStationInfo()是否需要场站上车点推荐- Returns:
-
setNeedStationInfo
设置是否需要场站上车点推荐 默认:NO 设置为YES时,location位置在场站附近时返回对应的场站推荐上车点信息- Parameters:
needStationInfo-
-