Interface RecommendStopSearchOption

推荐上车点查询请求参数

interface RecommendStopSearchOption {
    location: LatLng;
    isNeedStationInfo?: boolean;
}

Properties

location: LatLng

检索周边推荐上车点的位置坐标

isNeedStationInfo?: boolean

是否需要场站上车点推荐 默认false