Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
(BOOL) | - hasOfflineMapOfCountry: |
(BOOL) | - hasOfflineMapOfState: |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Properties | |
NSArray< NSString * > * | offlineMapsList |
An utility class providing you with the information on downloaded offline maps on the device.
- (BOOL) hasOfflineMapOfCountry: | (NSString *) | countryCode |
Returns BOOL value indicating if map of the specified country is loaded.
countryCode | ISO3 code of the country. |
- (BOOL) hasOfflineMapOfState: | (NSString *) | stateCode |
Returns BOOL value indicating if map of the specified state is loaded.
stateCode | Code of the state. |
- (nullable instancetype) NS_UNAVAILABLE |
+ (nullable instancetype) NS_UNAVAILABLE |
|
readnonatomiccopy |
A list of all maps installed on the device for working in offline mode.