public class WayPointDisplayOption extends CarPoolWayPointDisplayOption
mOrderId, mShowWayPoint, mType, mUserId, mWayPointIcon, mWayPointsShowInSpan, mZIndex
Constructor and Description |
---|
WayPointDisplayOption()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WayPointDisplayOption |
setOrderId(java.lang.String orderId)
Deprecated.
设置订单ID
设置默认途经点属性时,不需要设置该属性
|
WayPointDisplayOption |
setType(WayPointType type)
Deprecated.
设置wayPoint显示信息类型
设置默认途经点属性时,不需要设置该属性
|
WayPointDisplayOption |
setWayPointIcon(BitmapDescriptor wayPointIcon)
Deprecated.
设置途经点显示图标
|
WayPointDisplayOption |
setWayPointZIndex(int zIndex)
Deprecated.
设置途经点压盖顺序
|
WayPointDisplayOption |
showWayPoint(boolean showWayPoint)
Deprecated.
设置是否显示途经点
|
WayPointDisplayOption |
showWayPointInSpan(boolean isWayPointsInSpan)
Deprecated.
设置途经点是否显示在地图可见区域
|
getOrderId, getType, getUserId, getWayPointIcon, getWayPointZIndex, isShowWayPoint, isWayPointInSpan, setUserId
public WayPointDisplayOption showWayPoint(boolean showWayPoint)
showWayPoint
in class CarPoolWayPointDisplayOption
public WayPointDisplayOption setWayPointIcon(BitmapDescriptor wayPointIcon)
setWayPointIcon
in class CarPoolWayPointDisplayOption
wayPointIcon
- 途经点图标public WayPointDisplayOption showWayPointInSpan(boolean isWayPointsInSpan)
showWayPointInSpan
in class CarPoolWayPointDisplayOption
isWayPointsInSpan
- 途经点是否显示在地图可见区域public WayPointDisplayOption setOrderId(java.lang.String orderId)
setOrderId
in class CarPoolWayPointDisplayOption
orderId
- 订单Idpublic WayPointDisplayOption setType(WayPointType type)
setType
in class CarPoolWayPointDisplayOption
type
- 取值:START_TYPE表示起点,END_TYPE表示终点public WayPointDisplayOption setWayPointZIndex(int zIndex)
setWayPointZIndex
in class CarPoolWayPointDisplayOption
zIndex
- 途经点压盖顺序