public static class

TLSTrafficLightInfo.RoutePoint

extends Object
java.lang.Object
   ↳ com.tencent.map.lssupport.bean.TLSTrafficLightInfo.RoutePoint

Summary

Public Constructors
RoutePoint(int pointIndex, double latitude, double longitude, double offsetDistance)
Public Methods
double getLatitude()
double getLongitude()
double getOffsetDistance()
int getPointIndex()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RoutePoint (int pointIndex, double latitude, double longitude, double offsetDistance)

Public Methods

public double getLatitude ()

public double getLongitude ()

public double getOffsetDistance ()

public int getPointIndex ()

public String toString ()