Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Properties | List of all members
NMAddress Class Reference

Inherits <NSObject>.

Properties

NMCountrycountry
 
NMStatestate
 
NSString * county
 
NMCitycity
 
NSString * adminHierarchy
 
NSString * street
 
NSString * routeNumber
 
NSString * houseNumber
 
NSString * postalCode
 

Detailed Description

A class representing an address.

Property Documentation

◆ adminHierarchy

- (NSString*) adminHierarchy
readwritenonatomiccopy

Admin hierarchy.

◆ city

- (NMCity*) city
readwritenonatomicstrong

City.

◆ country

- (NMCountry*) country
readwritenonatomicstrong

Country.

◆ county

- (NSString*) county
readwritenonatomiccopy

County.

◆ houseNumber

- (NSString*) houseNumber
readwritenonatomiccopy

House number.

◆ postalCode

- (NSString*) postalCode
readwritenonatomiccopy

Postal code.

◆ routeNumber

- (NSString*) routeNumber
readwritenonatomiccopy

Route number.

◆ state

- (NMState*) state
readwritenonatomicstrong

State.

◆ street

- (NSString*) street
readwritenonatomiccopy

Street.