1. 15
    Use Leaflet's Geolocation API to Find a Browser's Location to Update a React Leaflet Map
    1m 51s

Use Leaflet's Geolocation API to Find a Browser's Location to Update a React Leaflet Map

InstructorColby Fayock

Share this video with your friends

Send Tweet

In this lesson, we'll use Leaflet's map locate method to use the browser's API to find the visitor's current location and update the React Leaflet map to that location. We'll walk through what the locate method does, set an event handler to trigger when it locates, and use the accuracy and location data to add a circle to the map designating the area.