TTTrafficDetailCluster

@interface TTTrafficDetailCluster : TTTrafficDetailBase

TTTrafficDetailCluster

  • Gets a bounding box encompassing all incidents in this cluster.

    Declaration

    Objective-C

    @property (readonly, nonatomic) int bounds;

    Swift

    var bounds: Int32 { get }
  • Gets a collection of incidents that constitute this cluster.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSArray<TTTrafficDetail *> *_Nonnull details;

    Swift

    var details: [TTTrafficDetail] { get }