Use Tree Navigation
public class

RouteCloseInfo

extends Object
java.lang.Object
   ↳ com.tencent.map.navi.data.RouteCloseInfo

Class Overview

道路封闭信息

Summary

Constants
int CLOSED_AT_DEST 终点在封路区域
int CLOSED_AT_MIDDLE 途中经过封路区域
int CLOSED_AT_START 起点在封路区域
int NO_CLOSED_ROAD 没有经过封路区域
Public Constructors
RouteCloseInfo()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CLOSED_AT_DEST

终点在封路区域

Constant Value: 4 (0x00000004)

public static final int CLOSED_AT_MIDDLE

途中经过封路区域

Constant Value: 2 (0x00000002)

public static final int CLOSED_AT_START

起点在封路区域

Constant Value: 1 (0x00000001)

public static final int NO_CLOSED_ROAD

没有经过封路区域

Constant Value: 0 (0x00000000)

Public Constructors

public RouteCloseInfo ()