TTReverseGeocoderDelegate Protocol Reference
Declared in | TTReverseGeocoder.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.
– reverseGeocoder:completedWithResult:
required method
Method responsible to handle reverse geocoder search response when search returns results. Within this callback user will obtain Response populated with Results.
- (void)reverseGeocoder:(TTReverseGeocoder *_Nonnull)reverseGeocoder completedWithResult:(TTReverseGeocoderResponse *_Nonnull)result
Parameters
reverseGeocoder |
Object type TTReverseGeocoder. |
---|---|
result |
Object type TTReverseGeocoderResult. |
Discussion
Method responsible to handle reverse geocoder search response when search returns results. Within this callback user will obtain Response populated with Results.
Declared In
TTReverseGeocoder.h
– reverseGeocoder:failedWithError:
required method
Method responsible to handle reverse geocoder search response when search returns error. Within this callback user will obtain SearchError containing a Throwable fail reason
- (void)reverseGeocoder:(TTReverseGeocoder *_Nonnull)reverseGeocoder failedWithError:(TTResponseError *_Nonnull)error
Parameters
reverseGeocoder |
Object type TTReverseGeocoder. |
---|---|
error |
Object type TTResponseError. |
Discussion
Method responsible to handle reverse geocoder search response when search returns error. Within this callback user will obtain SearchError containing a Throwable fail reason
Declared In
TTReverseGeocoder.h