...

/

Google Maps API Hands-On

Google Maps API Hands-On

In this lesson, we will briefly go over usage of the Google Maps API in HTML. Let's begin!

HTML & CSS markup

The below code shows HTML and CSS markup to set the stage for the Google maps API usage on a very basic web page:

  • HTML
  • CSS (SCSS)
html
css

Google Maps expects an API key in the key parameter when loading an API: ...