TTGeofencingReportEntity

Objective-C

@interface TTGeofencingReportEntity : NSObject

Swift

class TTGeofencingReportEntity : 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

  • The unique id of this entity.

    Declaration

    Objective-C

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

    Swift

    var uuid: UUID { get }
  • The name of this entity.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull name;

    Swift

    var name: String { get }
  • User-defined properties in JSON format.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull properties;

    Swift

    var properties: String { get }