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