Google Maps: ReferenceError: google is not defined in cordova android application
问题 I'm trying to create a cordova project that marks some locations in map and getting the distance in between the selected location and current location of the user. I have used cordova-plugin-googlemaps for displaying the google map and used cordova-plugin-googlemaps and for getting the distance netween the selected location and current location of the user I have used the code from google map distance matrix service I am getting ReferenceError: google is not defined when I run my cordova