YMKMapLoadStatistics

@interface YMKMapLoadStatistics : NSObject

The time it took to load map elements.

Summary

Class methods

+ (nonnull YMKMapLoadStatistics *)mapLoadStatisticsWithCurZoomGeometryLoaded:( NSTimeInterval)curZoomGeometryLoaded
                                                     curZoomPlacemarksLoaded:( NSTimeInterval)curZoomPlacemarksLoaded
                                                         curZoomLabelsLoaded:( NSTimeInterval)curZoomLabelsLoaded
                                                       delayedGeometryLoaded:( NSTimeInterval)delayedGeometryLoaded
                                                         curZoomModelsLoaded:( NSTimeInterval)curZoomModelsLoaded
                                                                 fullyLoaded:( NSTimeInterval)fullyLoaded
                                                               fullyAppeared:( NSTimeInterval)fullyAppeared
                                                           renderObjectCount:( NSInteger)renderObjectCount
                                                             tileMemoryUsage:( NSUInteger)tileMemoryUsage;

Properties

@property (nonatomic, readonly) NSTimeInterval curZoomGeometryLoaded;
Undocumented

@property (nonatomic, readonly) NSTimeInterval curZoomPlacemarksLoaded;
Undocumented

@property (nonatomic, readonly) NSTimeInterval curZoomLabelsLoaded;
Undocumented

@property (nonatomic, readonly) NSTimeInterval delayedGeometryLoaded;
The time it took to load delayed geometry

@property (nonatomic, readonly) NSTimeInterval curZoomModelsLoaded;
The time it took to load models

@property (nonatomic, readonly) NSTimeInterval fullyLoaded;
The time it took to load all map objects

@property (nonatomic, readonly) NSTimeInterval fullyAppeared;
The time it took for all map objects to appear

@property (nonatomic, readonly) NSInteger renderObjectCount;
Undocumented

@property (nonatomic, readonly) NSUInteger tileMemoryUsage;
Tile memory usage in bytes

Class methods

mapLoadStatisticsWithCurZoomGeometryLoaded:curZoomPlacemarksLoaded:curZoomLabelsLoaded:delayedGeometryLoaded:curZoomModelsLoaded:fullyLoaded:fullyAppeared:renderObjectCount:tileMemoryUsage:

+ (nonnull YMKMapLoadStatistics *)mapLoadStatisticsWithCurZoomGeometryLoaded:( NSTimeInterval)curZoomGeometryLoaded
                                                     curZoomPlacemarksLoaded:( NSTimeInterval)curZoomPlacemarksLoaded
                                                         curZoomLabelsLoaded:( NSTimeInterval)curZoomLabelsLoaded
                                                       delayedGeometryLoaded:( NSTimeInterval)delayedGeometryLoaded
                                                         curZoomModelsLoaded:( NSTimeInterval)curZoomModelsLoaded
                                                                 fullyLoaded:( NSTimeInterval)fullyLoaded
                                                               fullyAppeared:( NSTimeInterval)fullyAppeared
                                                           renderObjectCount:( NSInteger)renderObjectCount
                                                             tileMemoryUsage:( NSUInteger)tileMemoryUsage;


Properties

curZoomGeometryLoaded

@property (nonatomic, readonly) NSTimeInterval curZoomGeometryLoaded;

Undocumented


curZoomPlacemarksLoaded

@property (nonatomic, readonly) NSTimeInterval curZoomPlacemarksLoaded;

Undocumented


curZoomLabelsLoaded

@property (nonatomic, readonly) NSTimeInterval curZoomLabelsLoaded;

Undocumented


delayedGeometryLoaded

@property (nonatomic, readonly) NSTimeInterval delayedGeometryLoaded;

The time it took to load delayed geometry.


curZoomModelsLoaded

@property (nonatomic, readonly) NSTimeInterval curZoomModelsLoaded;

The time it took to load models.


fullyLoaded

@property (nonatomic, readonly) NSTimeInterval fullyLoaded;

The time it took to load all map objects.


fullyAppeared

@property (nonatomic, readonly) NSTimeInterval fullyAppeared;

The time it took for all map objects to appear.


renderObjectCount

@property (nonatomic, readonly) NSInteger renderObjectCount;

Undocumented


tileMemoryUsage

@property (nonatomic, readonly) NSUInteger tileMemoryUsage;

Tile memory usage in bytes