TTAddress Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTAddress.h |
Overview
A representation of address returned in the result.
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.
countryCode
Contry code like ‘US’
@property (nonatomic, strong, readonly) NSString *countryCode
Discussion
Contry code like ‘US’
Declared In
TTAddress.h
country
Full name of a country like ‘United States Of America’
@property (nonatomic, strong, readonly) NSString *country
Discussion
Full name of a country like ‘United States Of America’
Declared In
TTAddress.h
countryCodeISO3
Country code like ‘USA’
@property (nonatomic, strong, readonly) NSString *countryCodeISO3
Discussion
Country code like ‘USA’
Declared In
TTAddress.h
freeformAddress
Freeformed Address like “33 S lst St, San Jose, CA 95113”
@property (nonatomic, strong, readonly) NSString *freeformAddress
Discussion
Freeformed Address like “33 S lst St, San Jose, CA 95113”
Declared In
TTAddress.h
street
The street.
@property (nonatomic, strong, readonly) NSString *street
Discussion
The street.
Declared In
TTAddress.h
routeNumbers
Route numbers.
@property (nonatomic, strong, readonly) NSArray<NSString*> *routeNumbers
Discussion
Route numbers.
Declared In
TTAddress.h
municipalitySubdivision
Subdivision level of locality. For example: neighbourhood, suburb, city district, village.
@property (nonatomic, strong, readonly) NSString *municipalitySubdivision
Discussion
Subdivision level of locality. For example: neighbourhood, suburb, city district, village.
Declared In
TTAddress.h
municipality
Locality. For example: city, town, community, borough like “San Jose”
@property (nonatomic, strong, readonly) NSString *municipality
Discussion
Locality. For example: city, town, community, borough like “San Jose”
Declared In
TTAddress.h
countrySecondarySubdivision
Second level of country administrative hierarchy. For example: county, borough, parish, municipality like “Santa Clara”
@property (nonatomic, strong, readonly) NSString *countrySecondarySubdivision
Discussion
Second level of country administrative hierarchy. For example: county, borough, parish, municipality like “Santa Clara”
Declared In
TTAddress.h
countryTertiarySubdivision
Third level of country administrative hierarchy. For example: town, townships, borough, named area like “San Jose”
@property (nonatomic, strong, readonly) NSString *countryTertiarySubdivision
Discussion
Third level of country administrative hierarchy. For example: town, townships, borough, named area like “San Jose”
Declared In
TTAddress.h
countrySubdivision
First level of country administrative hierarchy. For example: state, province, region, dependent country like “CA”
@property (nonatomic, strong, readonly) NSString *countrySubdivision
Discussion
First level of country administrative hierarchy. For example: state, province, region, dependent country like “CA”
Declared In
TTAddress.h
postalCode
Postal(Zip) Code like “95113”
@property (nonatomic, strong, readonly) NSString *postalCode
Discussion
Postal(Zip) Code like “95113”
Declared In
TTAddress.h
speedLimit
Speed limit
@property (nonatomic, strong, readonly) NSString *speedLimit
Discussion
Speed limit
Declared In
TTAddress.h
countrySubdivisionName
A full name of a first level of country administrative hierarchy. This field appears only in case countrySubdivision is presented in an abbreviated form. Supported only for USA, Canada and Great Britain.
@property (nonatomic, strong, readonly) NSString *countrySubdivisionName
Discussion
A full name of a first level of country administrative hierarchy. This field appears only in case countrySubdivision is presented in an abbreviated form. Supported only for USA, Canada and Great Britain.
Declared In
TTAddress.h