cartodb/services/table-geocoder/lib/gme/convert.rb
2020-06-15 10:58:47 +08:00

17 lines
189 B
Ruby

module Carto
module Gme
module Convert
def components
raise 'not implemented'
end
def bounds
raise 'not implemented'
end
end
end
end