TTTrafficDetailBase Class Reference

Inherits from NSObject
Declared in TTTrafficDetailBase.h

Overview

Copyright © 2017 TomTom N.V. All rights reserved.

This software is the proprietary copyright of TomTom N.V. and its subsidiaries and may be used for internal evaluation purposes or commercial use strictly subject to separate licensee agreement between you and TomTom. If you are the licensee, you are only permitted to use this Software in accordance with the terms of your license agreement. If you are not the licensee then you are not authorised to use this software in any manner and should immediately return it to TomTom N.V.

  ID

Returns the ID of the traffic incident.

@property (nonatomic, strong, readonly) NSString *ID

Discussion

Returns the ID of the traffic incident.

Declared In

TTTrafficDetailBase.h

  adjustPosition

Returns the point where an icon of the cluster or raw incident should be drawn. This is affected by traffic style, zoom level and road type.

@property (nonatomic, assign, readonly) CLLocationCoordinate2D adjustPosition

Discussion

Returns the point where an icon of the cluster or raw incident should be drawn. This is affected by traffic style, zoom level and road type.

Declared In

TTTrafficDetailBase.h

  iconCategory

Returns the icon category associated with this incident.

@property (nonatomic, assign, readonly) TTTrafficDetailsCategoryIcon iconCategory

Discussion

Returns the icon category associated with this incident.

Declared In

TTTrafficDetailBase.h

  magnitude

Returns magnitude of delay associated with incident.

@property (nonatomic, assign, readonly) TTTrafficDetailsMagnitude magnitude

Discussion

Returns magnitude of delay associated with incident.

Declared In

TTTrafficDetailBase.h

  length

Returns lenght.

@property (nonatomic, assign, readonly) NSUInteger length

Discussion

Returns lenght.

Declared In

TTTrafficDetailBase.h