Package io.appium.java_client
Class Location
java.lang.Object
io.appium.java_client.Location
Represents the physical location.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Location
CreateLocationwith latitude, longitude and altitude values.- Parameters:
latitude- latitude value.longitude- longitude value.altitude- altitude value (can be null).
-
Location
public Location(double latitude, double longitude) CreateLocationwith latitude and longitude values.- Parameters:
latitude- latitude value.longitude- longitude value.
-