- Course
Implementing Geolocation and Mapping with JavaScript
This course will teach you how to display interactive maps and find user location from web pages.
- Course
Implementing Geolocation and Mapping with JavaScript
This course will teach you how to display interactive maps and find user location from web pages.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Techniques have been developed to serve up interactive map data at varying zoom levels and resolutions through a system of square tiles that represent nearly every spot on the globe - and JavaScript open source tools have been created to hide the complexity of managing the display of those tiles at scale. Modern browsers also expose APIs to request the user's location with GPS-like accuracy and turn it into a latitude and longitude value that can be plotted on a map. In this course, Implementing Geolocation and Mapping with JavaScript, you’ll learn to display interactive maps and find user location from web pages. First, you’ll explore how to embed a map on a web page using the OpenStreetMap map data set. Next, you’ll discover how to find the current user’s latitude and longitude from the navigator browser API . Finally, you’ll learn how to use geocoding and reverse geocoding to work with address data. When you’re finished with this course, you’ll have the skills and knowledge of mapping and geolocation needed to display useful, interactive maps in a web page.