mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
919 B
Markdown
21 lines
919 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetGeolocationOverrideRequest](./puppeteer.protocol.emulation.setgeolocationoverriderequest.md)
|
||
|
|
||
|
## Protocol.Emulation.SetGeolocationOverrideRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetGeolocationOverrideRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [accuracy](./puppeteer.protocol.emulation.setgeolocationoverriderequest.accuracy.md) | number | Mock accuracy |
|
||
|
| [latitude](./puppeteer.protocol.emulation.setgeolocationoverriderequest.latitude.md) | number | Mock latitude |
|
||
|
| [longitude](./puppeteer.protocol.emulation.setgeolocationoverriderequest.longitude.md) | number | Mock longitude |
|
||
|
|