I listen that google map api is going to be paid. So my question is related to this.
In my website i have one link and on clicking on that link, i have written following code :
canvas = window.open("http://maps.google.com/maps?q=some address");
I think window.open method send http get request. And this code open the google map in a new tab.
so my question is that since google api is paid now, so does it require any changes in this line or not.
Will this request be counted in 25000 requests of google javascript map api ?
You are not using API in your example, so you don’t have to change anything in this case.