Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 217 Bytes

puppeteer.geolocationoptions.longitude.md

File metadata and controls

15 lines (11 loc) · 217 Bytes
sidebar_label
GeolocationOptions.longitude

GeolocationOptions.longitude property

Latitude between -90 and 90.

Signature:

interface GeolocationOptions {
  longitude: number;
}