I’ve also included the R code in the final HTML.
I’ve added 51 random points, all in the locality of Curzon Road, using CircleMarkers. I’ve also Clustered these points, and added some proper popup message, which leads to the respective GoogleMap_Link.
curzon <- addTiles (leaflet())
curzon <- addCircleMarkers(curzon, lat = loc$lat, lng = loc$lng, weight = 2, col = "red", popup = popups, clusterOptions = markerClusterOptions())
curzon
This is the map of Curzon Road, Dehradun, as provided by the OpenStreetMaps