TTFlowSegmentDataResponse Class Reference

Inherits from NSObject
Declared in TTFlowSegmentDataResponse.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.

  currentSpeed

Gets the current average speed at the selected point.

@property (nonatomic, readonly) NSInteger currentSpeed

Discussion

Gets the current average speed at the selected point.

Declared In

TTFlowSegmentDataResponse.h

  freeFlowSpeed

Gets the free flow speed expected under ideal conditions, expressed in the units requested.

@property (nonatomic, readonly) NSInteger freeFlowSpeed

Discussion

Gets the free flow speed expected under ideal conditions, expressed in the units requested.

Declared In

TTFlowSegmentDataResponse.h

  currentTravelTime

Gets current travel time in seconds based on fused real-time measurements between the defined locations in the specified direction.

@property (nonatomic, readonly) double currentTravelTime

Discussion

Gets current travel time in seconds based on fused real-time measurements between the defined locations in the specified direction.

Declared In

TTFlowSegmentDataResponse.h

  freeFlowTravelTime

Gets the free flow speed expected under ideal conditions, expressed in the units requested.

@property (nonatomic, readonly) double freeFlowTravelTime

Discussion

Gets the free flow speed expected under ideal conditions, expressed in the units requested.

Declared In

TTFlowSegmentDataResponse.h

  confidence

Gets the confidence is a measure of the quality of the provided travel time and speed.

@property (nonatomic, readonly) double confidence

Discussion

Gets the confidence is a measure of the quality of the provided travel time and speed.

Declared In

TTFlowSegmentDataResponse.h

  realtimeRatio

Gets the ratio between live and the historical data used to provide the response. Is equal null returns -1.

@property (nonatomic, readonly) double realtimeRatio

Discussion

Gets the ratio between live and the historical data used to provide the response. Is equal null returns -1.

Declared In

TTFlowSegmentDataResponse.h

  openLR

Gets OpenLR code for segment.

@property (nonatomic, readonly) NSString *openLR

Discussion

Gets OpenLR code for segment.

Declared In

TTFlowSegmentDataResponse.h

  coordinates

Gets array of coordinates. Includes the coordinates describing the shape of the segment.

@property (nonatomic, readonly) NSMutableArray<NSValue*> *coordinates

Discussion

Gets array of coordinates. Includes the coordinates describing the shape of the segment.

Declared In

TTFlowSegmentDataResponse.h