GoogleGeolocationBundle
GoogleGeolocationBundle copied to clipboard
Symfony 2 Bundle for Google Geocoding API
Since Symfony 3.1, scalars are required to be wrapped in single or double quotes
Allow configuration settings in config.yml Allow cache_lifetime=0, unlimited Clean cache: also cleans the log to keep the last 24 hours
I need to add others parameters to the geocoding service, as explained in the documentation, like "region", "language", etc. https://developers.google.com/maps/documentation/geocoding/?hl=en#Geocoding The code actually does not provide a method for this,...
In line 163 you call the following: $location->isRequestAgainAllowed() Where is this function defined, I get an error and thus think that this does not work. What do you think?
I want to use this Bundle in my application, but I use MongoDB. Enabling cache gives errors.