- Overview
- Transcript
1.1 Introduction
If you've ever wanted to create an interactive map application, then this is the course for you. Let's get started! Source files for this course are available on GitHub. You can also access each lesson and interact with the maps in the browser using Plunker.
1.Introduction2 lessons, 03:44
1.1Introduction00:49
1.2Setting Up a Key02:55
2.Maps4 lessons, 22:57
2.1Hello Map05:34
2.2Map Options06:24
2.3Map Utilities05:32
2.4Map Events05:27
3.Markers7 lessons, 43:05
3.1Map Markers03:53
3.2Marker Events04:58
3.3InfoBoxes04:11
3.4Keeping Track of Map Markers04:45
3.5Advanced Marker Organization10:17
3.6Marker Clustering09:49
3.7Dealing with Multiple Events05:12
4.Creating a Widget1 lesson, 07:30
4.1Map Widget07:30
5.Services3 lessons, 19:48
5.1Street View Panoramas08:03
5.2Geocoding07:46
5.3HTML5 Geolocation03:59
6.Customizing Maps2 lessons, 04:06
6.1Custom Styles03:53
6.2Goodbye00:13
1.1 Introduction
Everyone knows how to use Google Maps and you may have even embedded one in a website before. However, in this course, we're gonna get down into the weeds using the Google Maps JavaScript API. If you've ever wanted to create an interactive map before, then this is the course for you. We'll start off by learning how to create and configure different kinds of maps, and then we'll learn how to go and attach events to these maps, as well as creating customized markers. We'll also learn how to keep track of these markers, and find and filter them in advanced ways. We'll also tap into some of the powerful services that Google Maps provides, such as geocoding. And since a lot of these processes require some of the same code, we'll be abstracting all of this out into our own custom library. So by the end of this course, you'll be able to take the library that we created and apply it to your own application. So I hope to see you in the next lesson. [BLANK_AUDIO]





