mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
map draw connections directly, rather than indirect via route
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@653 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
497dc8ad40
commit
d9f29be183
1 changed files with 3 additions and 1 deletions
|
@ -75,9 +75,11 @@ public final class Connection implements Serializable
|
|||
|
||||
public static class Part implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 8498461220084523265L;
|
||||
|
||||
public final Location departure;
|
||||
public final Location arrival;
|
||||
public final List<Point> path;
|
||||
public List<Point> path;
|
||||
|
||||
public Part(final Location departure, final Location arrival, final List<Point> path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue