public class TripMarkerData extends Marker.MarkerData
Modifier and Type | Method and Description |
---|---|
static TripMarkerData |
forData(String recordedAt,
List<Double> coordinates,
MarkerRoute routeTo) |
Double |
getAltitude() |
Double |
getLatitude() |
Double |
getLongitude() |
Date |
getRecordDate() |
String |
getRecordedAt() |
MarkerRoute |
getRouteTo() |
public static TripMarkerData forData(String recordedAt, List<Double> coordinates, MarkerRoute routeTo)
public String getRecordedAt()
getRecordDate()
public Date getRecordDate()
getRecordedAt()
public MarkerRoute getRouteTo()
public Double getLatitude()
Location.getLatitude()
public Double getLongitude()
Location.getLongitude()
public Double getAltitude()
Location.getAltitude()