Brief Summary
In this course, you'll get hands-on experience in creating a complete Map Application with Google Maps and Angular 2. It's super fun and you’ll learn to make interactive maps!
Key Points
-
Learn to integrate Google Maps into your project.
-
Create pins for locations using Latitude and Longitude.
-
Store locations in Local Storage for easy access.
Learning Outcomes
-
Understand the basics of Google Maps API.
-
Develop an interactive map application using Angular 2.
-
Implement features like location searching and pinning.
About This Course
Create a complete Map Application using Google MAP API and Angular 2
Google
Maps have simplified navigation and almost all websites these days
include Google Maps for contacting, or directions – helping users
find them. Do you want to learn how to add Google Maps to your own
website? Well, in this course you can!
In
this short MapIt project based course, you will learn how to use the
Google Maps components for Angular 2 and incorporate a MapIt feature.
In this project, you will be able to search and pin locations using
Latitude and Longitude or simply by clicking on the location on the
Map. These pins will parse to Local Storage, so they will stay even
if you restart your applications.
So,
what are you waiting for? Let's SAY MAP!
Johann Z.
Google has changed the api-interface. This course is outdated. I would appriciate if there would be a note what has changed. After Google search I've learned that the properties are still the same but the name of the ng-selectors were changed. Look at the official google link to https://stackblitz.com/edit/angular-google-maps-demo?file=app%2Fapp.component.html.