SYCountryDetails Class Reference

Country details. More...

#import <SYMapInstaller.h>

Inheritance diagram for SYCountryDetails:
Collaboration diagram for SYCountryDetails:

Properties

SYCountryIso * iso
 ISO code of the map. More...
 
NSString * name
 Title of the map. More...
 
NSString * continentName
 Title of the continent, in which the country is placed. More...
 
NSArray< SYCountryIso * > * regions
 Iso codes of the country regions. null for non split maps. More...
 
NSUInteger totalSize
 Size of country specific + all region files(if country is CSM), in bytes. More...
 
SYMapVersionDetailsversion
 Version of map for this country. More...
 

Detailed Description

Country details.

Property Documentation

◆ iso

- (SYCountryIso*) iso
readnonatomicassign

ISO code of the map.

◆ name

- (NSString*) name
readnonatomicassign

Title of the map.

◆ continentName

- (NSString*) continentName
readnonatomicassign

Title of the continent, in which the country is placed.

◆ regions

- (NSArray<SYCountryIso*>*) regions
readnonatomicassign

Iso codes of the country regions. null for non split maps.

◆ totalSize

- (NSUInteger) totalSize
readnonatomicassign

Size of country specific + all region files(if country is CSM), in bytes.

◆ version

- (SYMapVersionDetails*) version
readnonatomicassign

Version of map for this country.


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