Sha256: 1e44214d0e78c6541cbd717ea739895d09fc2b637a048382b3b08af78573ba0c
Contents?: true
Size: 566 Bytes
Versions: 33
Compression:
Stored size: 566 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
33 entries across 33 versions & 1 rubygems