Modifier and Type | Class and Description |
---|---|
static class |
RouteElement.Type
Represents values describing the possible types of a
RouteElement . |
Modifier and Type | Method and Description |
---|---|
java.util.List<GeoCoordinate> |
getGeometry()
Returns the geometry of the route element.
|
RoadElement |
getRoadElement()
Returns the
RoadElement associated with this RouteElement . |
RouteElement.Type |
getType()
Gets the type of the
RouteElement |
public RouteElement.Type getType()
RouteElement
RouteElement
public RoadElement getRoadElement()
RoadElement
associated with this RouteElement
. Each route element
has an associated road element.RoadElement
.public final java.util.List<GeoCoordinate> getGeometry()
GeoCoordinate
that can be used to create a polyline.GeoCoordinate