I am adding markers to the map as below:
var markers = new L.LayerGroup();
L.marker([Latitude], [Longitude]).bindPopup("Hi there").addTo(markers);
map.addLayer(markers);
I have my own marker icons.Can someone tell me how to add those icons rather than default.....