Calls/Loads/Imports APIs into a webpage.
Google API loader allows you to import specific modules and versions of one or more APIs.
Syntax:
google.load(module, version)
For example:
<script type="text/javascript">
google.load("search", "1");
google.load("jquery", "1.4.2");
google.load("jqueryui", "1.7.2");
</script>
Other modules include:
- feeds
- gdata
- earth
- visualization
- picker