I was wondering if there is a way to get the altitude for my current location in leaflet like getting the latitude and longitude
this.marker = leaflet.marker([e.latitude, e.longitude]).addTo(this.map);
I was wondering if there is a way to get the altitude for my current location in leaflet like getting the latitude and longitude
this.marker = leaflet.marker([e.latitude, e.longitude]).addTo(this.map);