Package com.microsoft.playwright
Class Geolocation
- java.lang.Object
-
- com.microsoft.playwright.Geolocation
-
public class Geolocation extends Object
-
-
Constructor Summary
Constructors Constructor Description Geolocation()
Geolocation(double latitude, double longitude)
Geolocation(double latitude, double longitude, Double accuracy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geolocation
withAccuracy(double accuracy)
Geolocation
withLatitude(double latitude)
Geolocation
withLongitude(double longitude)
-
-
-
Field Detail
-
latitude
public double latitude
-
longitude
public double longitude
-
accuracy
public Double accuracy
-
-
Constructor Detail
-
Geolocation
public Geolocation()
-
Geolocation
public Geolocation(double latitude, double longitude)
-
Geolocation
public Geolocation(double latitude, double longitude, Double accuracy)
-
-
Method Detail
-
withLatitude
public Geolocation withLatitude(double latitude)
-
withLongitude
public Geolocation withLongitude(double longitude)
-
withAccuracy
public Geolocation withAccuracy(double accuracy)
-
-