TTReachableRangeResult Class Reference

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

  centerLocation

Location used as a center reachanble range for calculation.

@property (nonatomic, assign, readonly) CLLocationCoordinate2D centerLocation

Discussion

Location used as a center reachanble range for calculation.

Declared In

TTReachableRangeResult.h

  boundriesCount

Number of boundries in response.

@property (nonatomic, assign, readonly) NSUInteger boundriesCount

Discussion

Number of boundries in response.

Declared In

TTReachableRangeResult.h

– boundryAt:

Returns CLLocationCoordinate2D boundry coordinate for given index.

- (CLLocationCoordinate2D)boundryAt:(NSUInteger)index

Parameters

index

NSUInteger cant be higher than boundriesCount - 1

Return Value

CLLocationCoordinate2D

Discussion

Returns CLLocationCoordinate2D boundry coordinate for given index.

Declared In

TTReachableRangeResult.h