Class: USNO::Imagery::Earth::Map

Inherits:
EarthView
  • Object
show all
Includes:
CallWithTime
Defined in:
lib/usno/imagery/earth/map.rb

Instance Method Summary collapse

Methods included from CallWithTime

#call, included

Constructor Details

#initialize(options = {}) ⇒ Map

Returns a new instance of Map.



9
10
11
12
13
# File 'lib/usno/imagery/earth/map.rb', line 9

def initialize(options = {})
  options = {
    view: "full"
  }.merge(options) and super
end