Class BusRoutePlanNode
java.lang.Object
com.baidu.mapapi.http.wrapper.BaseParams
com.baidu.mapapi.search.route.v2.bus.bean.BusRoutePlanNode
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()voidsetCityId(int cityId) voidsetCityName(String cityName) voidsetLocation(List<Double> location) voidvoidsetStationList(List<BusRoutePlanStation> stationList)
-
Constructor Details
-
BusRoutePlanNode
public BusRoutePlanNode()
-
-
Method Details
-
getLocation
-
setLocation
-
getName
-
setName
-
getCityName
-
setCityName
-
getCityId
public int getCityId() -
setCityId
public void setCityId(int cityId) -
getStationList
-
setStationList
-