TTBatchVisistor Protocol Reference

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

– visitSearch:

Called when batch returns TTSearchResponse

- (void)visitSearch:(TTSearchResponse *_Nonnull)response

Parameters

response

TTSearchResponse

Discussion

Called when batch returns TTSearchResponse

Declared In

TTBatchResponse.h

– visitGeometrySearch:

Called when batch returns TTGeometrySearchResponse

- (void)visitGeometrySearch:(TTGeometrySearchResponse *_Nonnull)response

Parameters

response

TTGeometrySearchResponse

Discussion

Called when batch returns TTGeometrySearchResponse

Declared In

TTBatchResponse.h

– visitReverseGeocoderSearch:

Called when batch returns TTReverseGeocoderResponse

- (void)visitReverseGeocoderSearch:(TTReverseGeocoderResponse *_Nonnull)response

Parameters

response

TTReverseGeocoderResponse

Discussion

Called when batch returns TTReverseGeocoderResponse

Declared In

TTBatchResponse.h