Class LocationConstraintContent.DeviceLocation

java.lang.Object
com.yoti.api.client.shareurl.extension.LocationConstraintContent.DeviceLocation
Enclosing class:
LocationConstraintContent

public static final class LocationConstraintContent.DeviceLocation extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Latitude of the user's expected location
    double
    Longitude of the user's expected location
    double
    Maximum acceptable distance, in metres, of the area of uncertainty associated with the device location coordinates
    double
    Radius of the circle, centred on the specified location coordinates, where the device is allowed to perform the share

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getLatitude

      public double getLatitude()
      Latitude of the user's expected location
    • getLongitude

      public double getLongitude()
      Longitude of the user's expected location
    • getRadius

      public double getRadius()
      Radius of the circle, centred on the specified location coordinates, where the device is allowed to perform the share
    • getMaxUncertainty

      public double getMaxUncertainty()
      Maximum acceptable distance, in metres, of the area of uncertainty associated with the device location coordinates