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. |
public AMapNaviRouteGuideGroup()
public AMapNaviRouteGuideGroup(RouteGuideGroup guideGroup)
public java.lang.String getGroupName()
public int getGroupLen()
public int getTrafficLightsCount()
注意:该接口仅驾车模式有效
Note: This interface is only valid in driving mode
public int getGroupIconType()
IconTypepublic java.util.List<AMapNaviRouteGuideSegment> getSegments()
public NaviLatLng getGroupEnterCoord()
public int getGroupTime()