public class AMapNaviRouteGuideGroup
extends java.lang.Object
| 构造器和说明 |
|---|
AMapNaviRouteGuideGroup() |
AMapNaviRouteGuideGroup(RouteGuideGroup guideGroup) |
| 限定符和类型 | 方法和说明 |
|---|---|
NaviLatLng |
getGroupEnterCoord()
获取该路线详情分组的起点坐标
Get the starting point coordinates of this route detail group |
int |
getGroupIconType()
获取该路线详情分组的转向
Get the turn direction of this route detail group |
int |
getGroupLen()
获取该路线详情分组的长度 (米)
Get the length of this route detail group (meters) |
java.lang.String |
getGroupName()
获取路线详情分组名称
Get route detail group name |
int |
getGroupTime()
获取该路线详情分组的预计行驶时间(单位秒)
Get the estimated travel time of this route detail group (in seconds) |
java.util.List<AMapNaviRouteGuideSegment> |
getSegments()
获取该路线详情分组包含的详情分段
Get the detail segments included in this route detail group |
int |
getTrafficLightsCount()
获取该路线详情分组的红绿灯数量
Get the number of traffic lights in this route detail group. |
void |
setGroupEnterCoord(NaviLatLng groupEnterCoord)
设置该路线详情分组的起点坐标
Set the starting point coordinates of this route detail group |
void |
setGroupIconType(int groupIconType)
设置该路线详情分组的转向
Set the turn direction of this route detail group |
void |
setGroupLen(int groupLen)
设置该路线详情分组的长度
Set the length of this route detail group |
void |
setGroupName(java.lang.String groupName)
设置路线详情分组名称
Set route detail group name |
void |
setGroupTime(int groupTime)
设置该路线详情分组的预计行驶时间(单位秒)
Set the estimated travel time of this route detail group (in seconds) |
void |
setSegments(java.util.List<AMapNaviRouteGuideSegment> segments)
设置该路线详情分组包含的详情分段
Set the detail segments included in this route detail group |
void |
setTrafficLightsCount(int groupTrafficLights)
设置该路线详情分组的红绿灯数量
Set the number of traffic lights in this route detail group |
public AMapNaviRouteGuideGroup()
public AMapNaviRouteGuideGroup(RouteGuideGroup guideGroup)
public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName - public int getGroupLen()
public void setGroupLen(int groupLen)
groupLen - public int getTrafficLightsCount()
注意:该接口仅驾车模式有效
Note: This interface is only valid in driving mode
public void setTrafficLightsCount(int groupTrafficLights)
groupTrafficLights - public int getGroupIconType()
IconTypepublic void setGroupIconType(int groupIconType)
groupIconType - public java.util.List<AMapNaviRouteGuideSegment> getSegments()
public void setSegments(java.util.List<AMapNaviRouteGuideSegment> segments)
segments - public NaviLatLng getGroupEnterCoord()
public void setGroupEnterCoord(NaviLatLng groupEnterCoord)
groupEnterCoord - public int getGroupTime()
public void setGroupTime(int groupTime)
groupTime -