Package | Description |
---|---|
com.baidu.mapapi.synchronization |
Modifier and Type | Method and Description |
---|---|
WayPointPassedDisplayMode |
DisplayOptions.getWayPointPassedDisplayMode()
获取普通拼单途经点显示类型
|
static WayPointPassedDisplayMode |
WayPointPassedDisplayMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WayPointPassedDisplayMode[] |
WayPointPassedDisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DisplayOptions |
DisplayOptions.setWayPointPassedDisplayMode(WayPointPassedDisplayMode passedDisplayMode)
设置普通拼单途经点显示类型
|