Module: Heatmap

Defined in:
lib/heatmap.rb,
lib/heatmap/map.rb,
lib/heatmap/area.rb,
lib/heatmap/image.rb,
lib/heatmap/version.rb,
lib/heatmap/geometry.rb

Defined Under Namespace

Classes: Area, Geometry, Image, Map

Constant Summary collapse

VERSION =
'0.1.1'

Class Method Summary collapse

Class Method Details

.newObject

Shortcut for Heatmap::Map.new



9
10
11
# File 'lib/heatmap.rb', line 9

def self.new
  Heatmap::Map.new
end