https://www.w3.org/TR/geolocation-API/
W3C 공식 문서 스펙에 따르면
The Geolocation API defines a high-level interface to location information associated only with the device hosting the implementation, such as latitude and longitude. The API itself is agnostic of the underlying location information sources. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs, as well as user input. No guarantee is given that the API returns the device’s actual location.
GPS, IP, RFID, WiFi, Bluetooth MAC address 등등의 소스로부터 위치를 파악한다고 하며,
Geolocation API의 반환 값이 실제 기기의 위치를 보장하지는 않는다고 나와 있습니다.
카카오 지도 JS API의 예제도 해당 API를 사용하는 것이기 때문에
받아 오는 위치 값은 코드상으로 제어가 불가능 합니다.