Preview:
        function success({coords}) {
            const latitude = coords.latitude;   // 위도
            const longitude = coords.longitude; // 경도
            
            location.href = `https://www.openstreetmap.org/#map=18/${latitude}/${longitude}`;

            navigator.geolocation.getCurrentPosition(함수이름);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter