com.nutiteq.components
Class RouteInstruction
java.lang.Object
com.nutiteq.components.RouteInstruction
public class RouteInstruction
- extends java.lang.Object
Data object for route instruction
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteInstruction
public RouteInstruction(int instructionNumber,
int instructionType,
DurationTime duration,
java.lang.String instruction,
Distance distance,
WgsPoint point)
- Parameters:
instructionNumber - number of this instructioninstructionType - type of this instruction
DirectionsServiceduration - duration to this pointinstruction - instruction for this pointdistance - distance to this pointpoint - point location in WGS84
getInstructionNumber
public int getInstructionNumber()
getPoint
public WgsPoint getPoint()
getInstruction
public java.lang.String getInstruction()
getInstructionType
public int getInstructionType()
getDistance
public Distance getDistance()
getDuration
public DurationTime getDuration()