Geolocation1 현재 위치 위도 경도 표시하기 (Javascript) (function location(){navigator.geolocation.getCurrentPosition(function(position) {console.log("위도 : " + position.coords.latitude);console.log("경도 : " + position.coords.longitude);}, ); })(); geolocation.getCurrentPostion() 현재 위치를 가져온다 geolocation APIhttps://developer.mozilla.org/ko/docs/Web/API/Geolocation_API 2020. 9. 6. 이전 1 다음