Returns a new instance of Line.
80 81 82
# File 'lib/cloudmade/geometry.rb', line 80 def initialize(coords) @points = coords.map { |latlng| Point.new(latlng) } end