Including Google API into VBCS (Javascript)
Summary
I'm creating a page on my mobile app that basically displays a map, but I cannot render the map because it says: 'google' is not defined.Content
I am trying to create a page on my mobile app that has a google map. The map is centered at the user's lat/long coordinates, and I have also populated this map with markers at other specific lat/long coordinates. I cannot load this map because in my VBCS application on the page-level Javascript code, it says: `google` is not defined.
I have tested this locally using an html and javascript file and it works. In the body of my html file, I have this:
0