public class AMapNaviRouteGuideSegment
extends java.lang.Object
| 构造器和说明 |
|---|
AMapNaviRouteGuideSegment() |
AMapNaviRouteGuideSegment(RouteGuideSegment guideSegment) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDescription()
获取该详情分段的描述信息
Get the description information of this detail segment |
int |
getStepIconType()
获取该详情分段的转向
Get the turn direction of this detail segment |
boolean |
isArriveWayPoint()
该详情分段是否经过途经点
Whether this detail segment passes through a waypoint |
void |
setArriveWayPoint(boolean arriveWayPoint)
设置该详情分段是否经过途经点
Set whether this detail segment passes through a waypoint |
void |
setDescription(java.lang.String description)
设置该详情分段的描述信息
Set the description information of this detail segment |
void |
setStepIconType(int stepIconType)
设置该详情分段的转向
Set the turn direction of this detail segment |
public AMapNaviRouteGuideSegment()
public AMapNaviRouteGuideSegment(RouteGuideSegment guideSegment)
public int getStepIconType()
IconTypepublic void setStepIconType(int stepIconType)
stepIconType - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public boolean isArriveWayPoint()
public void setArriveWayPoint(boolean arriveWayPoint)
arriveWayPoint -