Getting Started with the Google Maps JavaScript API Part 1

preview_player
Показать описание
Creating a map
Getting a Maps API key
Using the key and the loader
Walking through the basics of the code
Рекомендации по теме
Комментарии
Автор

In order to use Google Maps APIs for JavaScript properly, you must use "async defer" attributes within the <script> tag, why?

TarekFaham
Автор

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 :(

pgladwish
Автор

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.

GoldenDragon
Автор

I got this "This page didn't load Google Maps correctly. See the JavaScript console for technical details." Any idea what can the problem be?

nouranyoussry
Автор

Great video and lesson but the sound is hearing bad.

RobySottini
Автор

It doesn't work in #codeigniter   for some reason. :(

programmerqdev