| Package | Description |
|---|---|
| com.appslandia.common.geo |
| Modifier and Type | Method and Description |
|---|---|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
DistanceUnit.convert(double distance,
DistanceUnit distUnit) |
double |
GeoLocation.distanceTo(GeoLocation to,
DistanceUnit unit) |
GeoLocation |
GeoLocation.move(Direction direction,
double distance,
DistanceUnit unit) |
Copyright © 2019. All rights reserved.