Class BusRoutePlanStep
java.lang.Object
com.baidu.mapapi.http.wrapper.BaseParams
com.baidu.mapapi.search.route.v2.bus.bean.BusRoutePlanStep
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetPath()intgetPrice()intintgetType()intvoidsetCanRide(int canRide) voidsetDistance(int distance) voidsetDuration(int duration) voidsetEndAddress(String endAddress) voidsetEndLocation(List<Double> endLocation) voidsetEndName(String endName) voidsetInstruction(String instruction) voidsetLowerSteps(List<List<BusRoutePlanStep>> lowerSteps) voidvoidsetPrice(int price) voidsetStartAddress(String startAddress) voidsetStartLocation(List<Double> startLocation) voidsetStartName(String startName) voidsetStation(List<BusRoutePlanStepStation> station) voidsetTransType(int transType) voidsetType(int type) voidsetVehicle(BusRoutePlanStepVehicle vehicle) voidsetWalkType(int walkType)
-
Constructor Details
-
BusRoutePlanStep
public BusRoutePlanStep()
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type) -
getInstruction
-
setInstruction
-
getDistance
public int getDistance() -
setDistance
public void setDistance(int distance) -
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration) -
getStartName
-
setStartName
-
getStartAddress
-
setStartAddress
-
getStartLocation
-
setStartLocation
-
getEndName
-
setEndName
-
getEndAddress
-
setEndAddress
-
getEndLocation
-
setEndLocation
-
getCanRide
public int getCanRide() -
setCanRide
public void setCanRide(int canRide) -
getWalkType
public int getWalkType() -
setWalkType
public void setWalkType(int walkType) -
getTransType
public int getTransType() -
setTransType
public void setTransType(int transType) -
getPath
-
setPath
-
getPrice
public int getPrice() -
setPrice
public void setPrice(int price) -
getStation
-
setStation
-
getVehicle
-
setVehicle
-
getLowerSteps
-
setLowerSteps
-