public final class RouteElements
extends java.lang.Object
RouteElement
objects obtained from the Route
class.Modifier and Type | Method and Description |
---|---|
java.util.List<RouteElement> |
getElements()
Returns the list of
RouteElement . |
GeoPolyline |
getGeometry()
Returns the
GeoPolyline . |
public GeoPolyline getGeometry()
GeoPolyline
. The points on the polyline represent the elements contained
in this RouteElements
.GeoPolyline
associated with this RouteElements
object.public java.util.List<RouteElement> getElements()
RouteElement
.RouteElement
objects contained in this RouteElements
object.