智能客服
你问我答,随时在线为你解决问题
Class Info |
|---|
public class TurnPointBubbleInfo 车道级引导气泡实体类。 |
Qualifier and Type | Method Name and Description |
|---|---|
String | 获取引导气泡的显示文本。 |
float | 引导气泡在形点间的位置百分比。 |
String | 获取引导气泡机动点图标id。 |
int | 获取机动点所在的link下标。 |
int | 获取引导气泡方位。 |
float | 引导气泡坐标点相对索引值。 |
int | 获取引导气泡的显示文本类型。 |
String | toString() 车道级引导气泡实体类字符串转换。 |
Method |
|---|
public String getBubbleText() 获取引导气泡显示文本。 |
Returns
Type | Description |
|---|---|
String | 引导气泡显示文本。 |
Method |
|---|
public float getCoordPercent() 获取引导气泡在形点间的位置百分比。 |
Returns
Type | Description |
|---|---|
float | 引导气泡在形点间的位置百分比(气泡位置距离前一个形点/前后两个形点距离)。 |
Method |
|---|
public String getIconId() 获取引导气泡机动点图标id。 |
Returns
Type | Description |
|---|---|
String | 引导气泡机动点图标id。 |
Method |
|---|
public int getLinkIndex() 获取机动点所在的link下标。 |
Returns
Type | Description |
|---|---|
int | 机动点所在的link下标。 |
Method |
|---|
public int getOrientation() 获取引导气泡方位。 |
Returns
Type | Description |
|---|---|
int | 引导气泡方位。 |
Method |
|---|
public float getRelativeCoord() 获取引导气泡坐标点相对索引值。 |
Returns
Type | Description |
|---|---|
float | 引导气泡坐标点相对索引值,计算方法为车道级引导起点linkID+云侧传来的形点索引百分比。 |
Method |
|---|
public int getTurnTextType() 获取引导气泡显示文本类型。 |
Returns
Type | Description |
|---|---|
int | 返回引导气泡显示文本类型。 |
Method |
|---|
public String toString() 车道级引导气泡实体类字符串转换。 |
Returns
Type | Description |
|---|---|
String | 返回车道级引导气泡实体类字符串转换。 |