Package com.baidu.mapapi.synchronization
Class WayPointDisplayOption
java.lang.Object
com.baidu.mapapi.synchronization.CarPoolWayPointDisplayOption
com.baidu.mapapi.synchronization.WayPointDisplayOption
Deprecated.
建议使用CarPoolWayPointDisplayOption
途经点显示选项
-
Field Summary
Fields inherited from class com.baidu.mapapi.synchronization.CarPoolWayPointDisplayOption
mOrderId, mShowWayPoint, mType, mUserId, mWayPointIcon, mWayPointsShowInSpan, mZIndex -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetOrderId(String orderId) Deprecated.设置订单ID 设置默认途经点属性时,不需要设置该属性setType(WayPointType type) Deprecated.设置wayPoint显示信息类型 设置默认途经点属性时,不需要设置该属性setWayPointIcon(BitmapDescriptor wayPointIcon) Deprecated.设置途经点显示图标setWayPointZIndex(int zIndex) Deprecated.设置途经点压盖顺序showWayPoint(boolean showWayPoint) Deprecated.设置是否显示途经点showWayPointInSpan(boolean isWayPointsInSpan) Deprecated.设置途经点是否显示在地图可见区域Methods inherited from class com.baidu.mapapi.synchronization.CarPoolWayPointDisplayOption
getOrderId, getType, getUserId, getWayPointIcon, getWayPointZIndex, isShowWayPoint, isWayPointInSpan, setUserId
-
Constructor Details
-
WayPointDisplayOption
public WayPointDisplayOption()Deprecated.
-
-
Method Details
-
showWayPoint
Deprecated.设置是否显示途经点- Overrides:
showWayPointin classCarPoolWayPointDisplayOption
-
setWayPointIcon
Deprecated.设置途经点显示图标- Overrides:
setWayPointIconin classCarPoolWayPointDisplayOption- Parameters:
wayPointIcon- 途经点图标- Returns:
-
showWayPointInSpan
Deprecated.设置途经点是否显示在地图可见区域- Overrides:
showWayPointInSpanin classCarPoolWayPointDisplayOption- Parameters:
isWayPointsInSpan- 途经点是否显示在地图可见区域- Returns:
-
setOrderId
Deprecated.设置订单ID 设置默认途经点属性时,不需要设置该属性- Overrides:
setOrderIdin classCarPoolWayPointDisplayOption- Parameters:
orderId- 订单Id
-
setType
Deprecated.设置wayPoint显示信息类型 设置默认途经点属性时,不需要设置该属性- Overrides:
setTypein classCarPoolWayPointDisplayOption- Parameters:
type- 取值:START_TYPE表示起点,END_TYPE表示终点
-
setWayPointZIndex
Deprecated.设置途经点压盖顺序- Overrides:
setWayPointZIndexin classCarPoolWayPointDisplayOption- Parameters:
zIndex- 途经点压盖顺序- Returns:
-