laravel4-datatables-package
laravel4-datatables-package copied to clipboard
Location with Adresse and Zip Code
Hello,
I actually use Location function to display my maps but i would like to map like :
Mapper::location($stade->adresse_stade , $stade->zip_code)->map();
Because if i put only the adresse like for exemple : Avenue du general Leclerc it's display my the result but the adresse is not where i'm looking for it's showing me the same adresse but in another country !
When i tried Mapper::location($stade->adresse_stade , $stade->zip_code)->map(); with this two params nothing change ! how i could achieve that ?