Getting Started with the Google Maps JavaScript API Part 1




This is the first in a series of four videos walking you through getting started with the Google Maps JavaScript API (http://goo.gl/JnoETx). This video covers creating a your first map. The series covers:
Creating a map
Getting a Maps API key
Using the key and the loader
Walking through the basics of the code

Original source


7 responses to “Getting Started with the Google Maps JavaScript API Part 1”

  1. what if I have x and y coords?
    I know how to get Lat and Long but my db has over 80 sets of x and y which I use to build a url from my website. Been using x and y for over 10 yrs and now my links are obviously not working 🙁

  2. How do you reference a script with a url in a javascript file? I am using meteor.com to run a website and it integrates different files to all html files. In this tutorial it uses completely in html of <script> tags and meteor will "break" if an html has that. Please help? Thanks.

Leave a Reply