public class NormalWayPointDisplayOption
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected BitmapDescriptor |
mNoPassWayPointIcon
未经过途经点图标
|
protected BitmapDescriptor |
mPassedWayPointIcon
已经过途经点图标
|
protected boolean |
mShowWayPoint
是否显示途经点
|
protected boolean |
mWayPointsShowInSpan
途经点是否适配屏幕
|
protected int |
mZIndex
途经点压盖顺序
|
构造器和说明 |
---|
NormalWayPointDisplayOption() |
限定符和类型 | 方法和说明 |
---|---|
NormalWayPointDisplayOption |
copy(NormalWayPointDisplayOption normalWayPointDisplayOption) |
int |
getIndex()
获取途径点标识
|
BitmapDescriptor |
getNoPassWayPointIcon()
获取未经过途经点图标
|
BitmapDescriptor |
getPassedWayPointIcon()
获取已经过途经点图标
|
WayPointType |
getType()
获取waypoint显示信息类型
|
int |
getWayPointZIndex()
获取途经点压盖顺序
|
boolean |
isShowWayPoint()
获取是否显示途经点
|
boolean |
isWayPointInSpan()
获取途经点是否显示在地图可见区域
|
void |
setIndex(int mIndex)
设置途径点标识
|
NormalWayPointDisplayOption |
setNoPassWayPointIcon(BitmapDescriptor noPassWayPointIcon)
设置未经过途经点显示图标
|
NormalWayPointDisplayOption |
setPassedWayPointIcon(BitmapDescriptor passedWayPointIcon)
设置已经过途经点显示图标
|
NormalWayPointDisplayOption |
setType(WayPointType type)
设置wayPoint显示信息类型
设置默认途经点属性时,不需要设置该属性
|
NormalWayPointDisplayOption |
setWayPointZIndex(int zIndex)
设置途经点压盖顺序
|
NormalWayPointDisplayOption |
showWayPoint(boolean showWayPoint)
设置是否显示途经点
|
NormalWayPointDisplayOption |
showWayPointInSpan(boolean isWayPointsInSpan)
设置途经点是否显示在地图可见区域
|
protected boolean mShowWayPoint
protected BitmapDescriptor mPassedWayPointIcon
protected BitmapDescriptor mNoPassWayPointIcon
protected boolean mWayPointsShowInSpan
protected int mZIndex
public NormalWayPointDisplayOption showWayPoint(boolean showWayPoint)
public boolean isShowWayPoint()
public BitmapDescriptor getNoPassWayPointIcon()
public BitmapDescriptor getPassedWayPointIcon()
public NormalWayPointDisplayOption setNoPassWayPointIcon(BitmapDescriptor noPassWayPointIcon)
noPassWayPointIcon
- 途经点图标public NormalWayPointDisplayOption setPassedWayPointIcon(BitmapDescriptor passedWayPointIcon)
passedWayPointIcon
- 途经点图标public boolean isWayPointInSpan()
public NormalWayPointDisplayOption showWayPointInSpan(boolean isWayPointsInSpan)
isWayPointsInSpan
- 途经点是否显示在地图可见区域public WayPointType getType()
public NormalWayPointDisplayOption setType(WayPointType type)
type
- 取值:START_TYPE表示起点,END_TYPE表示终点public int getIndex()
public void setIndex(int mIndex)
public NormalWayPointDisplayOption setWayPointZIndex(int zIndex)
zIndex
- 途经点压盖顺序public int getWayPointZIndex()
public NormalWayPointDisplayOption copy(NormalWayPointDisplayOption normalWayPointDisplayOption)