Page.clearGeolocationOverrideClears the overridden Geolocation Position and Error.
{
"id": 1,
"method": "Page.clearGeolocationOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Page.clearGeolocationOverride');
console.log(result);