public class Summary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Summary.Segment
Deprecated.
|
Constructor and Description |
---|
Summary(String startTimestamp,
String endTimestamp,
double distance,
int duration,
List<Location> locations,
List<Marker> markers) |
Modifier and Type | Method and Description |
---|---|
double |
getDistance() |
int |
getDuration() |
Date |
getEndDate() |
String |
getEndTimestamp() |
List<Location> |
getLocations() |
List<Marker> |
getMarkers() |
Date |
getStartDate() |
String |
getStartTimestamp() |
int |
getSteps() |
String |
toString() |
public String getStartTimestamp()
getStartDate()
public Date getStartDate()
getStartTimestamp()
public String getEndTimestamp()
getEndDate()
public Date getEndDate()
getEndTimestamp()
public double getDistance()
public int getDuration()
public int getSteps()
public List<Marker> getMarkers()
Marker
for details.