Every provider is exposed as a service in the main Service Manager following the convention: Geocoder\<PROVIDER_NAME_IN_CAMELCASE> Such service will be an instance of corresponding Geocoder\Provider\<PROVIDER_NAME_IN_CAMELCASE> with appropriate configuration passed to its constructor
Following the example in README.md I get the following error:
Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for Geocoder\GoogleMap
I have confirmed that the module is loading successfully and importing the config. What is needed to actually create the service for the provider?