TTReverseGeocoderQueryBuilder Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTReverseGeocoderQuery.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.
+ createWithCLLocationCoordinate2D:
The map coordinate whose geographical information you want to retrieve.
+ (TTReverseGeocoderQueryBuilder *_Nonnull)createWithCLLocationCoordinate2D:(CLLocationCoordinate2D)coordinate
Parameters
coordinate |
The map coordinate whose geographical information you want to retrieve. |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withRadius:
The maximum distance in meters from the specified position for the reverse geocoder to consider.
- (TTReverseGeocoderQueryBuilder *_Nonnull)withRadius:(NSNumber *_Nonnull)radius
Parameters
radius |
The maximum distance in meters from the specified position for the reverse geocoder to consider. |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withLanguage:
languageType languageType
- (TTReverseGeocoderQueryBuilder *_Nonnull)withLanguage:(TTLanguage)languageType
Parameters
languageType |
languageType |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withHeading:
The directional heading of travel along a segment of roadway. 0 is North, 90 is East and so on. Values range from -360 to 360. can have up to one decimal place of precision.
- (TTReverseGeocoderQueryBuilder *_Nonnull)withHeading:(NSNumber *_Nonnull)heading
Parameters
heading |
The directional heading of travel along a segment of roadway. 0 is North, 90 is East and so on. Values range from -360 to 360. can have up to one decimal place of precision. |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withNumber:
Optional house number for the request. If this is used, the response may include the side of the street (Left/Right) and the offset position for that number.
- (TTReverseGeocoderQueryBuilder *_Nonnull)withNumber:(NSString *_Nonnull)number
Parameters
number |
Optional house number for the request. If this is used, the response may include the side of the street (Left/Right) and the offset position for that number. |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withReturnSpeedLimit:
Return the posted speed limit (where available).
- (TTReverseGeocoderQueryBuilder *_Nonnull)withReturnSpeedLimit:(BOOL)returnSpeedLimit
Parameters
returnSpeedLimit |
Return the posted speed limit (where available). |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withReturnRoadUse:
Return the road use array. Only available for street-level reverse geocodes.
- (TTReverseGeocoderQueryBuilder *_Nonnull)withReturnRoadUse:(BOOL)returnRoadUse
Parameters
returnRoadUse |
Return the road use array. Only available for street-level reverse geocodes. |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withTolerance:
tolerance tolerance
- (TTReverseGeocoderQueryBuilder *_Nonnull)withTolerance:(NSNumber *_Nonnull)tolerance
Parameters
tolerance |
tolerance |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withReturnMatchType:
returnMatchType returnMatchType
- (TTReverseGeocoderQueryBuilder *_Nonnull)withReturnMatchType:(BOOL)returnMatchType
Parameters
returnMatchType |
returnMatchType |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h
– withAddressAttributes:
addressAttributes addressAttributes
- (TTReverseGeocoderQueryBuilder *_Nonnull)withAddressAttributes:(NSArray<NSString*> *_Nonnull)addressAttributes
Parameters
addressAttributes |
addressAttributes |
---|
Return Value
TTReverseGeocoderQueryBuilder
Declared In
TTReverseGeocoderQuery.h