Class LocationConstraintContent.DeviceLocation
java.lang.Object
com.yoti.api.client.shareurl.extension.LocationConstraintContent.DeviceLocation
- Enclosing class:
- LocationConstraintContent
-
Method Summary
Modifier and TypeMethodDescriptiondoubleLatitude of the user's expected locationdoubleLongitude of the user's expected locationdoubleMaximum acceptable distance, in metres, of the area of uncertainty associated with the device location coordinatesdoubleRadius of the circle, centred on the specified location coordinates, where the device is allowed to perform the share
-
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
-