public class WalkSimpleMapInfo
extends java.lang.Object
Constructor and Description |
---|
WalkSimpleMapInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getDistToNextGP() |
java.lang.String |
getNextRouteName() |
int |
getParagraphLength() |
boolean |
isNextStepTurnMsg() |
void |
setDistToNextGP(int distToNextGP) |
void |
setNextRouteName(java.lang.String nextRouteName) |
void |
setNextStepTurnMsg(boolean nextStepTurnMsg) |
void |
setParagraphLength(int paragraphLength) |
public int getParagraphLength()
public void setParagraphLength(int paragraphLength)
public int getDistToNextGP()
public void setDistToNextGP(int distToNextGP)
public boolean isNextStepTurnMsg()
public void setNextStepTurnMsg(boolean nextStepTurnMsg)
public java.lang.String getNextRouteName()
public void setNextRouteName(java.lang.String nextRouteName)