public class PredictLocationRequest
extends java.lang.Object
| Constructor and Description |
|---|
PredictLocationRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDestinations()
Gets max destinations
|
LatLong[] |
getPath()
Gets the latlong crumbs of the current trip whose destinations we are
attempting to predict.
|
void |
setMaxDestinations(int maxDestinations)
Sets max destinations
|
void |
setPath(LatLong[] path)
Sets the latlong crumbs of the current trip whose destinations we are
attempting to predict.
|
public LatLong[] getPath()
public void setPath(LatLong[] path)
path - the latlong arraypublic int getMaxDestinations()
public void setMaxDestinations(int maxDestinations)
maxDestinations - the max destinations number