org.onebusaway.transit_data.model.tripplanning
public class LocationBean extends Object implements Serializable
Constructor and Description |
---|
LocationBean() |
Modifier and Type | Method and Description |
---|---|
CoordinatePoint |
getLocation() |
String |
getName() |
StopBean |
getStopBean() |
void |
setLocation(CoordinatePoint location) |
void |
setName(String name) |
void |
setStopBean(StopBean stopBean) |
public String getName()
public void setName(String name)
public CoordinatePoint getLocation()
public void setLocation(CoordinatePoint location)
public StopBean getStopBean()
public void setStopBean(StopBean stopBean)
Copyright © 2014 OneBusAway. All Rights Reserved.