public class MapRouteSection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
color |
int |
endNum |
static int |
kMaxRoadNameLength |
java.lang.String |
roadName |
int |
startNum |
| Constructor and Description |
|---|
MapRouteSection() |
| Modifier and Type | Method and Description |
|---|---|
static int |
byteLength()
对象序列化需要的长度
|
byte[] |
toBytes()
将对象转换为byte数组。
|
public static final int kMaxRoadNameLength
public int startNum
public int endNum
public int color
public java.lang.String roadName