• Left Click: Set target location.
• Right-Click: Place guess pin (or remove existing guess pin).
Built by Theia
Set Custom Map Parameters
To set up a map without making API requests, copy its scale factor ($D$) using DevTools:
Open GeoGuessr in your browser, then press (Ctrl+Shift+I).
Open the Console tab.
Run this line replacing MAP_ID with your map's ID:
(Found in map URL: e.g. 62a44b22040f04bd36e8a914)
fetch("https://www.geoguessr.com/api/maps/MAP_ID").then(res=>res.json()).then(data=>{console.log("Max Error Distance (D):",data.maxErrorDistance)});
Copy the printed Max Error Distance (D): number below.