TTMapTrafficIncidentCluster

@interface TTMapTrafficIncidentCluster : NSObject

TTMapTrafficIncidentCluster

  • The cluster description.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nullable clusterDescription;

    Swift

    var clusterDescription: String? { get }
  • The cluster id.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSInteger clusterID;

    Swift

    var clusterID: Int { get }
  • The icon category associated with the cluster.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSInteger iconCategory;

    Swift

    var iconCategory: Int { get }