Closed sparky672 closed 7 years ago
Something must have changed with how Google interprets the street address. Where the name of the business used to be ignore/acceptable is now causing geolocation to return 0,0 lat/lng coordinates.
Everything works fine when the name of the business is removed from the street address string.
I have two CodeIgniter projects both using the same version of your software. Neither project is using an API key. Both take a street address and use Google Maps geolocation to get coordinates.
Both projects worked fine until recently and none of my code has changed. On one project, the geolocation coordinates for ALL addresses are coming back
0,0
with no error message.And then in the rendered view, I'm getting latitude and longitude as 0, 0 in the generated JavaScript.
var myLatlng = new google.maps.LatLng(0, 0);
I'm at a loss trying to figure out why it's suddenly failing in one of my two websites.