Class BusRoutePlanStation

java.lang.Object
com.baidu.mapapi.http.wrapper.BaseParams
com.baidu.mapapi.search.route.v2.bus.bean.BusRoutePlanStation
All Implemented Interfaces:
Serializable

public class BusRoutePlanStation extends BaseParams implements Serializable
See Also:
  • Constructor Details

    • BusRoutePlanStation

      public BusRoutePlanStation()
  • Method Details

    • getFuzzy

      public String getFuzzy()
    • setFuzzy

      public void setFuzzy(String fuzzy)
    • getStationName

      public String getStationName()
    • setStationName

      public void setStationName(String stationName)
    • getStationLocation

      public LatLng getStationLocation()
    • setStationLocation

      public void setStationLocation(List<Double> stationLocation)
    • getStationUid

      public String getStationUid()
    • setStationUid

      public void setStationUid(String stationUid)
    • getType

      public int getType()
    • setType

      public void setType(int type)