public class LaneUsage.LaneArrow
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
bus
公交专用道
|
static int |
down
掉头
|
static int |
downReversed
右掉头
|
static int |
left
左转
|
static int |
leftDown
当前车道既可左转,又可掉头
|
static int |
leftDownReversed
当前车道既可左转,又可右掉头
|
static int |
leftRight
当前车道既可左转,又可右转
|
static int |
leftUp
当前车道既可左转,又可直行
|
static int |
leftUpRight
当前车道既可左转,又可直行,也可右转
|
static int |
right
右转
|
static int |
rightDown
当前车道既可右转,又可掉头
|
static int |
rightDownReversed
当前车道既可右转,又可右掉头
|
static int |
rightUp
当前车道既可右转,又可直行
|
static int |
up
直行
|
static int |
upDown
当前车道既可直行,又可掉头
|
static int |
upDownReversed
当前车道既可直行,又可右掉头
|
构造器和说明 |
---|
LaneArrow() |
public static final int bus
public static final int up
public static final int down
public static final int left
public static final int right
public static final int leftUp
public static final int rightUp
public static final int leftDown
public static final int rightDown
public static final int upDown
public static final int leftRight
public static final int leftUpRight
public static final int downReversed
public static final int leftDownReversed
public static final int rightDownReversed
public static final int upDownReversed
©Mapbar Engine Team;All Rights Reserved