# File lib/static_gmaps.rb, line 109 def initialize(options = {}) self.latitude = options[:latitude] || DEFAULT_LATITUDE self.longitude = options[:longitude] || DEFAULT_LONGITUDE self.color = options[:color] || DEFAULT_COLOR self.alpha_character = options[:alpha_character] || DEFAULT_ALPHA_CHARACTER end