TTGeometrySearchResult Class Reference

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

Type of result. May be: POI, Street, Geography, Point Address, Address Range, Cross Street

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

Discussion

Type of result. May be: POI, Street, Geography, Point Address, Address Range, Cross Street

Declared In

TTGeometrySearchResult.h

  ID

The Id of the result like “CA/POI/p0/107249”.

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

Discussion

The Id of the result like “CA/POI/p0/107249”.

Declared In

TTGeometrySearchResult.h

  score

The Score of the result like “11.3,”.

@property (nonatomic, assign, readonly) double score

Discussion

The Score of the result like “11.3,”.

Declared In

TTGeometrySearchResult.h

  address

The Address of the result type TTAddresss.

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

Discussion

The Address of the result type TTAddresss.

Declared In

TTGeometrySearchResult.h

  position

The Position of the result type CLLocationCoordinate2D.

@property (nonatomic, assign, readonly) CLLocationCoordinate2D position

Discussion

The Position of the result type CLLocationCoordinate2D.

Declared In

TTGeometrySearchResult.h

  viewport

The Viewport of the result type TTBoundingBox.

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

Discussion

The Viewport of the result type TTBoundingBox.

Declared In

TTGeometrySearchResult.h

  distance

Optional value Distance of the result.

@property (nonatomic, assign, readonly) double distance

Discussion

Optional value Distance of the result.

Declared In

TTGeometrySearchResult.h

  info

Optional value Info of the result.

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

Discussion

Optional value Info of the result.

Declared In

TTGeometrySearchResult.h

  entityType

Optional value EntityType of the result.

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

Discussion

Optional value EntityType of the result.

Declared In

TTGeometrySearchResult.h

  poi

Optional value Poi of the result type TTPoi.

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

Discussion

Optional value Poi of the result type TTPoi.

Declared In

TTGeometrySearchResult.h

  boundingBox

Optional value BoundingBox of the result type TTBoundingBox.

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

Discussion

Optional value BoundingBox of the result type TTBoundingBox.

Declared In

TTGeometrySearchResult.h

  entryPoints

Optional value EntryPoints of the result type NSArrayTTEntryPoint.

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

Discussion

Optional value EntryPoints of the result type NSArrayTTEntryPoint.

Declared In

TTGeometrySearchResult.h

  addressRanges

Optional value AddressRanges of the result type TTAddressRanges.

@property (nonatomic, strong, readonly) TTAddressRanges *addressRanges

Discussion

Optional value AddressRanges of the result type TTAddressRanges.

Declared In

TTGeometrySearchResult.h

  additionalDataSources

Additional data sources related with result.

@property (nonatomic, strong, readonly) TTAdditionalDataSources *additionalDataSources

Discussion

Additional data sources related with result.

Declared In

TTGeometrySearchResult.h