I started to get the Could not parse location data... message for no apparent reason.
Upon opening maps in the browser and checking request that came directly from Google Maps page I noticed the authuser parameter had changed. In the code it's currently set to 2 but browser was using 4.
Updating this in the code fixes the issue.
I started to get the Could not parse location data... message for no apparent reason.
Upon opening maps in the browser and checking request that came directly from Google Maps page I noticed the
authuserparameter had changed. In the code it's currently set to2but browser was using4.Updating this in the code fixes the issue.