Class: Ropenlayer::Openlayer::Layer::ElementsMarker

Inherits:
Base
  • Object
show all
Defined in:
lib/ropenlayer/openlayer/layer/elements_marker.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #js_id, #map, #name

Instance Method Summary collapse

Methods inherited from Base

build_collection, #to_js

Constructor Details

#initialize(map) ⇒ ElementsMarker

Returns a new instance of ElementsMarker.



6
7
8
# File 'lib/ropenlayer/openlayer/layer/elements_marker.rb', line 6

def initialize(map)
  super(:marker_elements, map)
end