public class TripMapPoint extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected float |
latitude |
protected float |
longitude |
static String |
PROPERTY_LATITUDE |
static String |
PROPERTY_LONGITUDE |
static String |
PROPERTY_TIME |
static String |
PROPERTY_TYPE |
protected Date |
time |
protected TripMapPointType |
type |
| Constructor and Description |
|---|
TripMapPoint() |
| Modifier and Type | Method and Description |
|---|---|
float |
getLatitude() |
float |
getLongitude() |
Date |
getTime() |
TripMapPointType |
getType() |
void |
setLatitude(float latitude) |
void |
setLongitude(float longitude) |
void |
setTime(Date time) |
void |
setType(TripMapPointType type) |
public static final String PROPERTY_TIME
public static final String PROPERTY_LATITUDE
public static final String PROPERTY_LONGITUDE
public static final String PROPERTY_TYPE
protected Date time
protected float latitude
protected float longitude
protected TripMapPointType type
public Date getTime()
public void setTime(Date time)
public float getLatitude()
public void setLatitude(float latitude)
public float getLongitude()
public void setLongitude(float longitude)
public TripMapPointType getType()
public void setType(TripMapPointType type)
Copyright © 2017–2018 IRD. All rights reserved.