farhanwazir / laravelgooglemaps

Laravel Google Maps Package
MIT License
152 stars 112 forks source link

$config['center'] = 'auto'; is working but, my this code not working "$config['center'] = 'New York, USA';", i write same code all in route, but it not go on the given location, plz help #28

Closed samarsaed50 closed 5 years ago

emmyjarz commented 5 years ago

I have the same problem.

capricorn05 commented 5 years ago

I am have the same problem. The location is defaulting just off the coast of Africa. This was working fine the other day.

itconsulting commented 5 years ago

there is an Open PR Geocoding Fix #26 that solves the issue.

naumoff commented 5 years ago

have the same problem

entoniperez commented 5 years ago

there is an Open PR Geocoding Fix #26 that solves the issue.

I tried this solution but it was not successful. I solved this issue doing this in the controller: $config['center'] = '41.9328213,2.2517125';

farhanwazir commented 5 years ago

there is an Open PR Geocoding Fix #26 that solves the issue.

I tried this solution but it was not successful. I solved this issue doing this in the controller: $config['center'] = '41.9328213,2.2517125';

Share snapshot.