CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
Loading...
Searching...
No Matches
CtAddress Class Reference

#include <CartoTypeBase.h>

Inheritance diagram for CtAddress:

Instance Methods

(NSString *) - ToString:
 

Properties

NSString * building
 
NSString * feature
 
NSString * street
 
NSString * subLocality
 
NSString * locality
 
NSString * island
 
NSString * subAdminArea
 
NSString * adminArea
 
NSString * country
 
NSString * postCode
 

Detailed Description

Parameters for the function to find an address.

Method Documentation

◆ ToString:

- (NSString *) ToString: (bool) aFull

Gets the address as a string. If aFull is true supplies the administrative divisions (county, state, province, etc.) and country.

Property Documentation

◆ adminArea

- (NSString*) adminArea
readwritenonatomicstrong

The administrative area: state, province, etc.

◆ building

- (NSString*) building
readwritenonatomicstrong

The name or number of the building.

◆ country

- (NSString*) country
readwritenonatomicstrong

The country.

◆ feature

- (NSString*) feature
readwritenonatomicstrong

The name of a feature or place of interest.

◆ island

- (NSString*) island
readwritenonatomicstrong

The island.

◆ locality

- (NSString*) locality
readwritenonatomicstrong

The village, town or city.

◆ postCode

- (NSString*) postCode
readwritenonatomicstrong

The postal code.

◆ street

- (NSString*) street
readwritenonatomicstrong

The street, road or other highway.

◆ subAdminArea

- (NSString*) subAdminArea
readwritenonatomicstrong

The subsidiary administrative area: district, parish, etc.

◆ subLocality

- (NSString*) subLocality
readwritenonatomicstrong

The suburb, neighborhood, quarter or other subdivision of the locality.


The documentation for this class was generated from the following file: