public class

TLSBWayPointType

extends Object
java.lang.Object
   ↳ com.tencent.map.lssupport.bean.TLSBWayPointType

Class Overview

途经点类型信息。

Summary

Constants
int TLSDWayPointTypeGetIn 途经点-上车点类型
int TLSDWayPointTypeGetOff 途经点-下车点类型
Public Constructors
TLSBWayPointType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int TLSDWayPointTypeGetIn

途经点-上车点类型

Constant Value: 1 (0x00000001)

public static final int TLSDWayPointTypeGetOff

途经点-下车点类型

Constant Value: 2 (0x00000002)

Public Constructors

public TLSBWayPointType ()