Package com.baidu.mapapi.synchronization
Class CarPoolWayPointDisplayOption
java.lang.Object
com.baidu.mapapi.synchronization.CarPoolWayPointDisplayOption
- Direct Known Subclasses:
WayPointDisplayOption
途经点显示选项
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String订单ID 设置默认途经点属性时,不需要设置该属性protected boolean是否显示途经点protected WayPointType途经点类型 取值:START_TYPE表示起点,END_TYPE表示终点 设置默认途经点属性时,不需要设置该属性protected String厂商ID 设置默认途经点属性时,不需要设置该属性protected BitmapDescriptor途经点图标protected boolean途经点是否适配屏幕protected int途经点压盖顺序 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取订单IDgetType()获取waypoint显示信息类型获取厂商ID获取途经点图标int获取途经点压盖顺序boolean获取是否显示途经点boolean获取途经点是否显示在地图可见区域setOrderId(String orderId) 设置订单ID 设置默认途经点属性时,不需要设置该属性setType(WayPointType type) 设置wayPoint显示信息类型 设置默认途经点属性时,不需要设置该属性设置厂商ID 设置默认途经点属性时,不需要设置该属性setWayPointIcon(BitmapDescriptor wayPointIcon) 设置途经点显示图标setWayPointZIndex(int zIndex) 设置途经点压盖顺序showWayPoint(boolean showWayPoint) 设置是否显示途经点showWayPointInSpan(boolean isWayPointsInSpan) 设置途经点是否显示在地图可见区域
-
Field Details
-
mShowWayPoint
protected boolean mShowWayPoint是否显示途经点 -
mWayPointIcon
途经点图标 -
mWayPointsShowInSpan
protected boolean mWayPointsShowInSpan途经点是否适配屏幕 -
mZIndex
protected int mZIndex途经点压盖顺序 -
mOrderId
订单ID 设置默认途经点属性时,不需要设置该属性 -
mUserId
厂商ID 设置默认途经点属性时,不需要设置该属性 -
mType
途经点类型 取值:START_TYPE表示起点,END_TYPE表示终点 设置默认途经点属性时,不需要设置该属性
-
-
Constructor Details
-
CarPoolWayPointDisplayOption
public CarPoolWayPointDisplayOption()
-
-
Method Details
-
showWayPoint
设置是否显示途经点 -
isShowWayPoint
public boolean isShowWayPoint()获取是否显示途经点 -
getWayPointIcon
获取途经点图标 -
setWayPointIcon
设置途经点显示图标- Parameters:
wayPointIcon- 途经点图标- Returns:
-
isWayPointInSpan
public boolean isWayPointInSpan()获取途经点是否显示在地图可见区域 -
showWayPointInSpan
设置途经点是否显示在地图可见区域- Parameters:
isWayPointsInSpan- 途经点是否显示在地图可见区域- Returns:
-
getOrderId
获取订单ID -
setOrderId
设置订单ID 设置默认途经点属性时,不需要设置该属性- Parameters:
orderId- 订单Id
-
getUserId
获取厂商ID -
setUserId
设置厂商ID 设置默认途经点属性时,不需要设置该属性- Parameters:
userId- 厂商Id
-
getType
获取waypoint显示信息类型 -
setType
设置wayPoint显示信息类型 设置默认途经点属性时,不需要设置该属性- Parameters:
type- 取值:START_TYPE表示起点,END_TYPE表示终点
-
setWayPointZIndex
设置途经点压盖顺序- Parameters:
zIndex- 途经点压盖顺序- Returns:
-
getWayPointZIndex
public int getWayPointZIndex()获取途经点压盖顺序- Returns:
-