cartodb/services/table-geocoder/lib/gme/convert.rb

17 lines
189 B
Ruby
Raw Normal View History

2020-06-15 10:58:47 +08:00
module Carto
module Gme
module Convert
def components
raise 'not implemented'
end
def bounds
raise 'not implemented'
end
end
end
end