public class HighwayGuideItem
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
HighwayGuideItem.ServiceAreaEstablishment
服务区的设施标识
|
static class |
HighwayGuideItem.ServiceAreaGasBrand
服务区加油站品牌
|
限定符和类型 | 字段和说明 |
---|---|
int |
absDistance
起点到当前高速信息的绝对距离,单位:米
|
int |
distance
当前车的位置到下一个高速信息点的距离,单位:米
|
java.lang.String |
name
行程信息文字,即用";"分割的多条路牌文字文本。
|
int |
serviceAreaEstablishment
|
int |
serviceAreaGasBrand
服务区中加油站品牌,含多个品牌时通过位或(|)得到,
HighwayGuideItem.ServiceAreaGasBrand |
HighwayGuideText[] |
texts
行程信息中各条路牌文字
|
int |
type
高速信息类型
出口/高速连接线/服务区/收费站 |
构造器和说明 |
---|
HighwayGuideItem(int type,
int absDistance,
int distance,
java.lang.String name,
HighwayGuideText[] texts,
int serviceAreaEstablishment,
int serviceAreaGasBrand) |
public int type
HighwayGuide.Type
public int absDistance
public int distance
public java.lang.String name
public HighwayGuideText[] texts
public int serviceAreaEstablishment
public int serviceAreaGasBrand
HighwayGuideItem.ServiceAreaGasBrand
public HighwayGuideItem(int type, int absDistance, int distance, java.lang.String name, HighwayGuideText[] texts, int serviceAreaEstablishment, int serviceAreaGasBrand)
©Mapbar Engine Team;All Rights Reserved