public class RoutePlan.ErrorCode
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
endStartTooNear
终点和起点太近
|
static int |
endViaTooNear
终点和途径点太近
|
static int |
incomplete
未完成
|
static int |
none
无错误
|
static int |
noRoadAroundEndPoint
终点附近没有道路
|
static int |
noRoadAroundStartPoint
起点附近没有道路
|
static int |
noRoadAroundViaPoint
途经点附近没有道路
|
static int |
startEndTooNear
起点和终点太近
|
static int |
startViaTooNear
起点和途经点太近
|
static int |
viaEndTooNear
途经点和终点太近
|
static int |
viaStartTooNear
途经点和起点太近
|
static int |
viaViaTooNear
途经点和途经点太近
|
构造器和说明 |
---|
ErrorCode() |
public static final int none
public static final int incomplete
public static final int noRoadAroundStartPoint
public static final int noRoadAroundEndPoint
public static final int noRoadAroundViaPoint
public static final int startEndTooNear
public static final int startViaTooNear
public static final int endStartTooNear
public static final int endViaTooNear
public static final int viaStartTooNear
public static final int viaEndTooNear
public static final int viaViaTooNear
©Mapbar Engine Team;All Rights Reserved