Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Properties | |
NSString * | name |
NSString * | transliteratedName |
NSInteger | cityClass |
BOOL | isCapital |
A class representing a city.
- (nullable instancetype) NS_UNAVAILABLE |
+ (nullable instancetype) NS_UNAVAILABLE |
|
readwritenonatomicassign |
The class of the city. Specifies the size of the city. Possible values: -1, 0..15, where 0 is the highest class (big city), 15 is the lowest class (small settlement) and -1 means that city class is undefined.
|
readwritenonatomicassign |
Specifies whether the city is the capital of a country.
|
readwritenonatomiccopy |
The name of the city.
|
readwritenonatomiccopy |
Transliterated name of the city.