Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 216 Bytes

puppeteer.geolocationoptions.latitude.md

File metadata and controls

15 lines (11 loc) · 216 Bytes
sidebar_label
GeolocationOptions.latitude

GeolocationOptions.latitude property

Longitude between -180 and 180.

Signature:

interface GeolocationOptions {
  latitude: number;
}