TTAdditionalDataSearchDelegate Protocol Reference

Conforms to NSObject
Declared in TTAdditionalDataSearch.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.

– additionalDataSearch:completedWithResponse: required method

Method responsible to handle search response when search returns results. Within this callback user will obtain Response populated with Results.

- (void)additionalDataSearch:(TTAdditionalDataSearch *_Nonnull)additionalDataSearch completedWithResponse:(TTAdditionalDataSearchResponse *_Nonnull)response

Parameters

additionalDataSearch

Object type TTAdditionalDataSearch.

response

Object type TTAdditionalDataSearchResponse.

Discussion

Method responsible to handle search response when search returns results. Within this callback user will obtain Response populated with Results.

Declared In

TTAdditionalDataSearch.h

– additionalDataSearch:failedWithError: required method

Method responsible to geometry route search response when search returns error. Within this callback user will obtain AdditionalDataSearchError containing a Throwable fail reason

- (void)additionalDataSearch:(TTAdditionalDataSearch *_Nonnull)additionalDataSearch failedWithError:(TTResponseError *_Nonnull)error

Parameters

additionalDataSearch

Object type TTAdditionalDataSearch.

error

Object type TTResponseError.

Discussion

Method responsible to geometry route search response when search returns error. Within this callback user will obtain AdditionalDataSearchError containing a Throwable fail reason

Declared In

TTAdditionalDataSearch.h