public class Destination
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Destination |
getDestination() |
org.mapsforge.core.model.LatLong |
getEndPoint() |
java.lang.String |
getEndPointToString() |
org.mapsforge.core.model.LatLong |
getStartPoint() |
java.lang.String |
getStartPointToString() |
void |
setEndPoint(org.mapsforge.core.model.LatLong endPoint) |
void |
setStartPoint(org.mapsforge.core.model.LatLong startPoint) |
public static Destination getDestination()
public org.mapsforge.core.model.LatLong getStartPoint()
public java.lang.String getStartPointToString()
public java.lang.String getEndPointToString()
public void setStartPoint(org.mapsforge.core.model.LatLong startPoint)
public org.mapsforge.core.model.LatLong getEndPoint()
public void setEndPoint(org.mapsforge.core.model.LatLong endPoint)