NAME
Map::Metro::Graph::LineStation - A station on a specific line
VERSION
Version 0.2405, released 2016-07-23.
DESCRIPTION
A line station is the concept of a specific Station on a specific Line.
METHODS
line_station_id()
Returns the internal line station id. Do not depend on this between executions.
station()
Returns the Station object.
line()
Returns the Line object.
SOURCE
https://github.com/Csson/p5-Map-Metro
HOMEPAGE
https://metacpan.org/release/Map-Metro
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.