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

Inherits <NSObject>.

Instance Methods

(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(nullable instancetype) + NS_UNAVAILABLE
 

Properties

NSString * iso3Code
 
NSString * name
 
NMCountryInfoExtendedextendedInfo
 

Detailed Description

A class representing a country.

Method Documentation

◆ NS_UNAVAILABLE() [1/2]

- (nullable instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

+ (nullable instancetype) NS_UNAVAILABLE

Property Documentation

◆ extendedInfo

- (NMCountryInfoExtended*) extendedInfo
readwritenonatomicstrong

Extended info represented by NMCountryInfoExtended.

◆ iso3Code

- (NSString*) iso3Code
readwritenonatomiccopy

ISO3 code.

◆ name

- (NSString*) name
readwritenonatomiccopy

Name.