Package 

Class RadarRegion

    • Method Detail

      • getFlag

         final String getFlag()

        The optional flag of the region.

      • getAllowed

         final Boolean getAllowed()

        A boolean indicating whether the jurisdiction is allowed. May be false if Fraud is not enabled.

      • getPassed

         final Boolean getPassed()

        A boolean indicating whether all jurisdiction checks for the region have passed. May be false if Fraud is not enabled.

      • getInExclusionZone

         final Boolean getInExclusionZone()

        A boolean indicating whether the user is in an exclusion zone for the jurisdiction. May be false if Fraud is not enabled.

      • getInBufferZone

         final Boolean getInBufferZone()

        A boolean indicating whether the user is too close to the border for the jurisdiction. May be false if Fraud is not enabled.

      • getDistanceToBorder

         final Double getDistanceToBorder()

        The distance in meters to the border of the jurisdiction. May be 0 if Fraud is not enabled.

      • getExpected

         final Boolean getExpected()

        A boolean indicating whether the jurisdiction is expected based on the values passed to setExpectedJurisdiction().