public interface Routeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Routeable.Listener
Listener to get an update of the Routeable object.
|
static interface |
Routeable.ListListener
Listener to get an update of a List of Routeable objects.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Get the Address of the location, see
Address. |
double |
getLatitude()
Get the latitude in degrees of the location.
|
double |
getLongitude()
Get the longitude in degrees of the location.
|
double getLatitude()
double getLongitude()