In an internal system, there is a simple plot of an A-B route on one of the pages. Recently this page is receiving a larger number of requests and consequently requesting gmap more often.
I want to implement a way to just request and render gmap after a click.
What I want to know is:
Requests to API
of GMAP
are counted from script loading
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
Or the method load
google.load(module, version)
Well, I'll know how to change it better to avoid requests that are not available to API