React-Map-GL – Locating user on the map
Whenever you are dealing with map applications, one of the common requirements is locating the user on the map. In today’s blog post I will show you how to locate the user on the map and show a marker on the user location using react-map-gl‘s inbuilt GeolocateControl and Marker components. In this post, I will…