public class WayPointDisplayOption extends CarPoolWayPointDisplayOption
mOrderId, mShowWayPoint, mType, mUserId, mWayPointIcon, mWayPointsShowInSpan, mZIndex| 构造器和说明 | 
|---|
WayPointDisplayOption()
已过时。  
  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
WayPointDisplayOption | 
setOrderId(java.lang.String orderId)
已过时。  
设置订单ID
 设置默认途经点属性时,不需要设置该属性 
 | 
WayPointDisplayOption | 
setType(WayPointType type)
已过时。  
设置wayPoint显示信息类型
 设置默认途经点属性时,不需要设置该属性 
 | 
WayPointDisplayOption | 
setWayPointIcon(BitmapDescriptor wayPointIcon)
已过时。  
设置途经点显示图标 
 | 
WayPointDisplayOption | 
setWayPointZIndex(int zIndex)
已过时。  
设置途经点压盖顺序 
 | 
WayPointDisplayOption | 
showWayPoint(boolean showWayPoint)
已过时。  
设置是否显示途经点 
 | 
WayPointDisplayOption | 
showWayPointInSpan(boolean isWayPointsInSpan)
已过时。  
设置途经点是否显示在地图可见区域 
 | 
getOrderId, getType, getUserId, getWayPointIcon, getWayPointZIndex, isShowWayPoint, isWayPointInSpan, setUserIdpublic WayPointDisplayOption showWayPoint(boolean showWayPoint)
public WayPointDisplayOption setWayPointIcon(BitmapDescriptor wayPointIcon)
setWayPointIcon 在类中 CarPoolWayPointDisplayOptionwayPointIcon - 途经点图标public WayPointDisplayOption showWayPointInSpan(boolean isWayPointsInSpan)
showWayPointInSpan 在类中 CarPoolWayPointDisplayOptionisWayPointsInSpan - 途经点是否显示在地图可见区域public WayPointDisplayOption setOrderId(java.lang.String orderId)
setOrderId 在类中 CarPoolWayPointDisplayOptionorderId - 订单Idpublic WayPointDisplayOption setType(WayPointType type)
setType 在类中 CarPoolWayPointDisplayOptiontype - 取值:START_TYPE表示起点,END_TYPE表示终点public WayPointDisplayOption setWayPointZIndex(int zIndex)
setWayPointZIndex 在类中 CarPoolWayPointDisplayOptionzIndex - 途经点压盖顺序