Class: Mapbox::Overlay::GeoJson

Inherits:
Base
  • Object
show all
Defined in:
lib/mapbox/overlay/geo_json.rb

Overview

GeoJson class

Instance Method Summary collapse

Methods inherited from Base

add, #arguments_check, #generate_overlay

Constructor Details

#initializeGeoJson



5
6
7
# File 'lib/mapbox/overlay/geo_json.rb', line 5

def initialize
  fail Exception, 'Not implemented'
end