Sha256: 6834f1242cdf2448b492d95b36881caedfea57ef745e5268b4097c4c3d70c4e2
Contents?: true
Size: 271 Bytes
Versions: 18
Compression:
Stored size: 271 Bytes
Contents
class Chouette::Geometry::StopAreaPresenter include Chouette::Geometry::GeneralPresenter def initialize(stop_area) @stop_area = stop_area end # return line geometry based on CommercialStopPoint # def geometry to_point_feature( @stop_area) end end
Version data entries
18 entries across 18 versions & 1 rubygems