GMapBundle icon indicating copy to clipboard operation
GMapBundle copied to clipboard

[DEVEL] A Symfony2 bundle to manage GMap API

Results 4 GMapBundle issues
Sort by recently updated
recently updated
newest added

What about require this bundle and make autoload automatic as are all new symfony 2 bundles? Thanks

Hello, The test "testGeocoderAddress1" and 2 is failing because "12 rU hipOLYte lBAs 75009 fR" never match the pattern ``` '/^([0-9.]+) *, *([0-9.]+)$/' ``` in the Gmap->geocode()

Hello, Is there a way to get the location_type? If not, I suppose to add this code in GMapBundle\Formatter\Geocode ``` public function getLocationType() { return $this->result['geometry']['location_type']; } ``` Thanks

You should change the submodule link in the readme to avoid WTF for users as the ssh access will only work for users having write acccess on your repo (which...