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

Error: Class 'Ivory\GoogleMapBundle\Model\Services\Geocoding\Geocoder' not found #75

Closed Fraktl closed 11 years ago

Fraktl commented 11 years ago

There isn't a Geocoder class anymore? Are the geocoder settings still correct? This class doesn't seem to exist:

 geocoder:
        # Geocoder class
        class: "Ivory\GoogleMap\Services\Geocoding\Geocoder"
egeloen commented 11 years ago

@Fraktl All business class have been moved to a dedicated lib.

The configuration you show is outdated and can be removed as the bundle have a default one.

egeloen commented 11 years ago

@Fraktl The issue can be closed?

Fraktl commented 11 years ago

@egeloen Yes, thanks for your input and the wonderful bundle.