The map in question is here, map. I can load it from any browser such as Chrome, but when I try to load it from my Delphi application with TWebBrowser, it's blocked by google. It says API key needed.
I load it simply with TWebBrowser like this :
webbrowser1.url:='www.smartpavilion.com/map/';
Are there any tricks so that TWebBrowser can load it like any browser ?