org.onebusaway.api.model.transit.tripplanning
public class VertexV2Bean extends Object implements Serializable
Constructor and Description |
---|
VertexV2Bean() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
CoordinatePoint |
getLocation() |
Map<String,String> |
getTags() |
void |
setId(String id) |
void |
setLocation(CoordinatePoint location) |
void |
setTags(Map<String,String> tags) |
public String getId()
public void setId(String id)
public CoordinatePoint getLocation()
public void setLocation(CoordinatePoint location)
Copyright © 2014 OneBusAway. All Rights Reserved.