public class Loc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
accuracy |
long |
epochTime |
java.lang.String |
ipAddress |
double |
lat |
double |
lon |
Constructor and Description |
---|
Loc() |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
Member Functions
|
static java.util.List<Loc> |
readLocs(java.lang.String fileName) |
java.lang.String |
toString() |