egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

Geocoder Locale is not working #133

Closed soerenmartius closed 8 years ago

soerenmartius commented 9 years ago

Hi,

When i set the locale for geocoder in the config:


ivory_google_map:
    geocoder:
        enabled: true
        class: "Ivory\GoogleMap\Services\Geocoding\Geocoder"
        provider:
            class: "Ivory\GoogleMap\Services\Geocoding\GeocoderProvider"
            locale: "de"
            api_key: "foo"
    map:
        async: true

It won't work. The Geocoder always returns english formatted results.

soerenmartius commented 9 years ago

Seems like the docs are outdated since fake_ip is also not working anymore

Unrecognized options "fake_ip" under "ivory_google_map.geocoder.provider"

egeloen commented 9 years ago

Basically, it seems there is lot of thing which does not work anymore... I have created it 3 years ago. I need to figure out what need to be fixed.

unValerio commented 9 years ago

Yes, I need these options too. Also y would like to configure an specific "region" that limits results for my country

egeloen commented 8 years ago

Your issue has been fixed in #159 but will only be part of the 3.x version of the bundle.