public class PossibleDestination
extends java.lang.Object
| Constructor and Description |
|---|
PossibleDestination()
Initializes an instance of the
PossibleDestination class |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
getLocation()
Gets the location of the potential destination.
|
double |
getProbability()
Gets the probability that this location is a potential destination.
|
void |
setLocation(LatLong location)
Sets location
|
void |
setProbability(double probability)
Sets the probability that this location is a potential destination.
|
public PossibleDestination()
PossibleDestination classpublic LatLong getLocation()
public void setLocation(LatLong location)
location - the location of the potential destinationpublic double getProbability()
public void setProbability(double probability)
probability - the probability of this location