Googleapi Tutorial
# Google Maps API Tutorial
In this tutorial, we will learn how to use Google Maps API V3 to create interactive maps.
**[Start learning Google Maps API now!](
* * *
## What is an API?
**API** = Application Programming Interface.
**API (Application Programming Interface)** is essentially an interface provided by the operating system for applications to call. Applications issue commands (actions) to the operating system by calling its API.
YouTip