Re: [visualization-api] Using jsapi with google maps JavaScript API

2015-02-09 Thread 'Daniel LaLiberte' via Google Visualization API
The empty script is need only because your first script line to load jsapi is not actually closed. The / at the end of the tag doesn't work, and so the script tag will eat up all the content until if finds a proper closing script tag: /script. Yes, it is not obvious, and we wrestled with a

Re: [visualization-api] Using jsapi with google maps JavaScript API

2015-02-09 Thread Alex Rojkov
That's correct. Verified. On Mon, Feb 9, 2015 at 7:58 AM, 'Daniel LaLiberte' via Google Visualization API google-visualization-api@googlegroups.com wrote: The empty script is need only because your first script line to load jsapi is not actually closed. The / at the end of the tag doesn't

[visualization-api] Using jsapi with google maps JavaScript API

2015-02-07 Thread Alex
I just spend some time figuring out how to use Google Maps API with https://www.google.com/jsapi and wanted to leave a trace since it's not obvious. Include the https://www.google.com/jsapi first, because it doesn't || on the window.google object. Next, place an empty script/. Next, include