TTGeofencingReportSummary

@interface TTGeofencingReportSummary : NSObject

A summary of report request. @BETA

  • Unique id of the project this report was generated for.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSUUID *_Nonnull projectId;

    Swift

    var projectId: UUID { get }
  • Position the report is generated for.

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly) TTLocation *_Nonnull point

    Swift

    var point: UnsafeMutablePointer<Int32> { get }
  • Radius in meters used while creating the report.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) double range;

    Swift

    var range: Double { get }