I am having some troubles using the geometry at google maps. I am getting the following error: \"Unable to get property \'spherical\' of undefined or null reference.\"
T
First you need to import libraries modules and then auth key module. I think here the problem is at the time of executing library functions importing library modules is not completed. If you import auth key module first what happened is immediately it calls the initialize() method by the time library modules loading is not completed. So you need to import library modules first and then auth module.