3
In an internal system, there is a simple plot of a route A - B on one of the pages. Recently this page is receiving a larger number of requests and consequently ordering Gmap more times.
I want to implement a way that just requests and renders Gmap after a click.
What I want to know is:
The requisitions to API
of GMAP
are accounted for from the loading of the script
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
Or the method load
google.load(module, version)
'Cause then I’ll know how to change it better to avoid unnecessary requests to API