public class DefaultRoute extends java.lang.Object implements Route
| Constructor and Description |
|---|
DefaultRoute(GPS start,
Location destination,
java.lang.String kmlElement) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeginning()
Returns markup beginnig of this element
|
java.lang.String |
getCoordinates()
Get the string representation of the route.
|
Location |
getDestination()
Get route's destination
|
java.lang.String |
getElement()
Returns markup KML representation of this element
|
java.lang.String |
getEnding()
Returns markup ending of this element
|
KmlStyle |
getRouteStyle()
Returns route's style
|
GPS |
getStart()
Get route's start
|
public java.lang.String getCoordinates()
RoutegetCoordinates in interface RouteStringpublic java.lang.String getBeginning()
KmlElementgetBeginning in interface KmlElementpublic java.lang.String getElement()
KmlElementgetElement in interface KmlElementpublic java.lang.String getEnding()
KmlElementgetEnding in interface KmlElementpublic KmlStyle getRouteStyle()
KmlRoutegetRouteStyle in interface KmlRouteKmlStylepublic Location getDestination()
RoutegetDestination in interface RouteCopyright © 2018 SAP SE. All Rights Reserved.