public class RecommendStopSearchOption
extends java.lang.Object
构造器和说明 |
---|
RecommendStopSearchOption() |
限定符和类型 | 方法和说明 |
---|---|
LatLng |
getLocation()
获取检索周边推荐上车点的位置坐标
|
boolean |
isNeedStationInfo()
是否需要场站上车点推荐
|
RecommendStopSearchOption |
location(LatLng location)
设置检索周边推荐上车点的位置坐标
|
RecommendStopSearchOption |
setNeedStationInfo(boolean needStationInfo)
设置是否需要场站上车点推荐
默认:NO
设置为YES时,location位置在场站附近时返回对应的场站推荐上车点信息
|
public LatLng mLocation
public RecommendStopSearchOption location(LatLng location)
public LatLng getLocation()
public boolean isNeedStationInfo()
public RecommendStopSearchOption setNeedStationInfo(boolean needStationInfo)
needStationInfo
-