Class Location

java.lang.Object
io.appium.java_client.Location

public class Location extends Object
Represents the physical location.
  • Constructor Details

    • Location

      public Location(double latitude, double longitude, @Nullable Double altitude)
      Create Location with 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)
      Create Location with latitude and longitude values.
      Parameters:
      latitude - latitude value.
      longitude - longitude value.