Package | Description |
---|---|
com.baidu.mapapi.synchronization |
Modifier and Type | Method and Description |
---|---|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.copy(NormalWayPointDisplayOption normalWayPointDisplayOption) |
NormalWayPointDisplayOption |
DisplayOptions.getNormalDefaultNoPassWayPointOption()
获取普通订单默认未经过途经点显示选项
|
NormalWayPointDisplayOption |
DisplayOptions.getNormalDefaultPassedWayPointOption()
获取普通订单默认已经过途经点显示选项
|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.setNoPassWayPointIcon(BitmapDescriptor noPassWayPointIcon)
设置未经过途经点显示图标
|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.setPassedWayPointIcon(BitmapDescriptor passedWayPointIcon)
设置已经过途经点显示图标
|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.setType(WayPointType type)
设置wayPoint显示信息类型
设置默认途经点属性时,不需要设置该属性
|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.setWayPointZIndex(int zIndex)
设置途经点压盖顺序
|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.showWayPoint(boolean showWayPoint)
设置是否显示途经点
|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.showWayPointInSpan(boolean isWayPointsInSpan)
设置途经点是否显示在地图可见区域
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentHashMap<java.lang.Integer,NormalWayPointDisplayOption> |
DisplayOptions.getNormalWayPointDisplayOptions()
获取指定普通订单途经点显示信息
|
Modifier and Type | Method and Description |
---|---|
NormalWayPointDisplayOption |
NormalWayPointDisplayOption.copy(NormalWayPointDisplayOption normalWayPointDisplayOption) |
DisplayOptions |
DisplayOptions.setNormalDefaultWayPointOption(NormalWayPointDisplayOption normalWayPointOption)
设置普通订单途经点默认显示选项
|
Modifier and Type | Method and Description |
---|---|
DisplayOptions |
DisplayOptions.setNormalWayPointDisplayOptions(java.util.List<NormalWayPointDisplayOption> orderWayPointInfoList)
设置普通订单途经点显示信息
|