TTAlongRouteSearchResult Class Reference

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

  type

The type of result.

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

Discussion

The type of result.

Declared In

TTAlongRouteSearchResult.h

  ID

The id of result.

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

Discussion

The id of result.

Declared In

TTAlongRouteSearchResult.h

  score

The score of result.

@property (nonatomic, readonly, assign) double score

Discussion

The score of result.

Declared In

TTAlongRouteSearchResult.h

  distance

The distance of result.

@property (nonatomic, readonly, assign) double distance

Discussion

The distance of result.

Declared In

TTAlongRouteSearchResult.h

  info

The information of the result.

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

Discussion

The information of the result.

Declared In

TTAlongRouteSearchResult.h

  poi

The Poi of the result.

@property (nonatomic, readonly, strong) TTPoi *poi

Discussion

The Poi of the result.

Declared In

TTAlongRouteSearchResult.h

  address

The address of the result.

@property (nonatomic, readonly, strong) TTAddress *address

Discussion

The address of the result.

Declared In

TTAlongRouteSearchResult.h

  position

The position of the result.

@property (nonatomic, readonly, assign) CLLocationCoordinate2D position

Discussion

The position of the result.

Declared In

TTAlongRouteSearchResult.h

  viewport

The view port of the result.

@property (nonatomic, readonly, strong) TTBoundingBox *viewport

Discussion

The view port of the result.

Declared In

TTAlongRouteSearchResult.h

  entryPoints

The array of entry points of the result.

@property (nonatomic, readonly, strong) NSArray<TTEntryPoint*> *entryPoints

Discussion

The array of entry points of the result.

Declared In

TTAlongRouteSearchResult.h

  detourTime

The detour time of the result.

@property (nonatomic, readonly, assign) int detourTime

Discussion

The detour time of the result.

Declared In

TTAlongRouteSearchResult.h