org.onebusaway.transit_data.model.tripplanning
public class TransitLocationBean extends Object implements Serializable
Constructor and Description |
---|
TransitLocationBean() |
TransitLocationBean(CoordinatePoint point) |
Modifier and Type | Method and Description |
---|---|
String |
getBlockId() |
double |
getLat() |
CoordinatePoint |
getLocation() |
double |
getLon() |
long |
getServiceDate() |
String |
getVehicleId() |
void |
setBlockId(String blockId) |
void |
setLat(double lat) |
void |
setLon(double lon) |
void |
setServiceDate(long serviceDate) |
void |
setVehicleId(String vehicleId) |
public TransitLocationBean()
public TransitLocationBean(CoordinatePoint point)
public CoordinatePoint getLocation()
public double getLat()
public void setLat(double lat)
public double getLon()
public void setLon(double lon)
public String getBlockId()
public void setBlockId(String blockId)
public long getServiceDate()
public void setServiceDate(long serviceDate)
public String getVehicleId()
public void setVehicleId(String vehicleId)
Copyright © 2014 OneBusAway. All Rights Reserved.