← Back to Emulation domain

Emulation.clearGeolocationOverride

Clears the overridden Geolocation Position and Error.

Domain: Emulation stable

Example Request

{
  "id": 1,
  "method": "Emulation.clearGeolocationOverride"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Emulation.clearGeolocationOverride');
console.log(result);