TTMapTrafficIncidentCluster
Objective-C
@interface TTMapTrafficIncidentCluster : NSObject
Swift
class TTMapTrafficIncidentCluster : NSObject
TTMapTrafficIncidentCluster
-
The cluster description.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nullable clusterDescription;Swift
var clusterDescription: String? { get } -
The cluster id.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger clusterID;Swift
var clusterID: Int { get } -
The icon category associated with the cluster.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger iconCategory;Swift
var iconCategory: Int { get }
TTMapTrafficIncidentCluster Class Reference