Module: GmapsGeocoding

Defined in:
lib/gmaps_geocoding/api.rb,
lib/gmaps_geocoding/config.rb,
lib/gmaps_geocoding/version.rb

Overview

Gmaps geocoding module

Defined Under Namespace

Classes: Api, Config

Constant Summary collapse

VALID_KEYS =

Configuration valid keys

%i[url output key address latlng components sensor bounds language region place_id result_type location_type].freeze
VALID_QUERY_PARAMS =

Valid query parameters

VALID_KEYS - %i[url output].freeze
VERSION =
'1.3.6'