TTGeofencingReportSummary

Objective-C

@interface TTGeofencingReportSummary : NSObject

Swift

class TTGeofencingReportSummary : NSObject

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

A summary of the report request.

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

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) 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 (nonatomic, readonly) double range;

    Swift

    var range: Double { get }