Sha256: 9da01acf590ea1061fad94041b0bc4f296d5be7e9c54c8c5a07f22fc27f87332
Contents?: true
Size: 569 Bytes
Versions: 25
Compression:
Stored size: 569 Bytes
Contents
# frozen_string_literal: true module Decidim module Map # A module to contain map functionality specific to the HERE map provider. module Provider module Autocomplete autoload :Here, "decidim/map/provider/autocomplete/here" end module Geocoding autoload :Here, "decidim/map/provider/geocoding/here" end module DynamicMap autoload :Here, "decidim/map/provider/dynamic_map/here" end module StaticMap autoload :Here, "decidim/map/provider/static_map/here" end end end end
Version data entries
25 entries across 25 versions & 1 rubygems