public final class SegmentData extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SegmentData.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
endJunctionType() |
com.pb.routing.internal.service.response.types.AlternateNameList[] |
getAlternateNames() |
Angle |
getAngle() |
String |
getCompassDirection() |
Length |
getDistance() |
IGeometry |
getGeometry() |
String |
getPrimaryName() |
String |
getPrimaryNameLanguage() |
RoadType |
getRoadType() |
String |
getSegmentDirection() |
String |
getSegmentID() |
String |
getStartJunctionType() |
Time |
getTime() |
Velocity |
getVelocity() |
boolean |
isRoundAbout() |
boolean |
isTollRoad() |
public String getSegmentID()
public String getPrimaryName()
public String getPrimaryNameLanguage()
public com.pb.routing.internal.service.response.types.AlternateNameList[] getAlternateNames()
public Length getDistance()
public Time getTime()
public Velocity getVelocity()
public Angle getAngle()
public String getCompassDirection()
public RoadType getRoadType()
public String getSegmentDirection()
public boolean isTollRoad()
public boolean isRoundAbout()
public IGeometry getGeometry()
public String getStartJunctionType()
public String endJunctionType()