SYCountryDetails Class Reference

Country details. More...

#import <SYMapLoader.h>

Inheritance diagram for SYCountryDetails:
Collaboration diagram for SYCountryDetails:

Instance Methods

(nonnull instancetype) - initWithCoutryDetails: [implementation]
 

Properties

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...
 

Detailed Description

Country details.

Method Documentation

◆ initWithCoutryDetails:()

- (nonnull instancetype) initWithCoutryDetails: (const sygm_maploader_country_details_t &)  details
implementation

Property Documentation

◆ continentName

- (NSString*) continentName
readnonatomicassign

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

◆ name

- (NSString*) name
readnonatomicassign

Title of the map.

◆ 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.


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