Package com.yandex.mapkit.map

Class MapLoadStatistics

java.lang.Object
    ↳ com.yandex.mapkit.map.MapLoadStatistics

class MapLoadStatistics implements Serializable

The time it took to load map elements.

Summary

Constructors

Signature and Description

MapLoadStatistics(long curZoomGeometryLoaded,
                  long curZoomPlacemarksLoaded,
                  long curZoomLabelsLoaded,
                  long delayedGeometryLoaded,
                  long curZoomModelsLoaded,
                  long fullyLoaded,
                  long fullyAppeared,
                  int renderObjectCount,
                  int tileMemoryUsage)

MapLoadStatistics()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

long

getCurZoomGeometryLoaded()

long

getCurZoomPlacemarksLoaded()

long

getCurZoomLabelsLoaded()

long

getDelayedGeometryLoaded()
The time it took to load delayed geometry.

long

getCurZoomModelsLoaded()
The time it took to load models.

long

getFullyLoaded()
The time it took to load all map objects.

long

getFullyAppeared()
The time it took for all map objects to appear.

int

getRenderObjectCount()

int

getTileMemoryUsage()
Tile memory usage in bytes

void

serialize(com.yandex.runtime.bindings.Archive archive)

Constuctors

MapLoadStatistics

MapLoadStatistics(long curZoomGeometryLoaded,
                  long curZoomPlacemarksLoaded,
                  long curZoomLabelsLoaded,
                  long delayedGeometryLoaded,
                  long curZoomModelsLoaded,
                  long fullyLoaded,
                  long fullyAppeared,
                  int renderObjectCount,
                  int tileMemoryUsage)


MapLoadStatistics

MapLoadStatistics()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getCurZoomGeometryLoaded

long getCurZoomGeometryLoaded()


getCurZoomPlacemarksLoaded

long getCurZoomPlacemarksLoaded()


getCurZoomLabelsLoaded

long getCurZoomLabelsLoaded()


getDelayedGeometryLoaded

long getDelayedGeometryLoaded()

The time it took to load delayed geometry.


getCurZoomModelsLoaded

long getCurZoomModelsLoaded()

The time it took to load models.


getFullyLoaded

long getFullyLoaded()

The time it took to load all map objects.


getFullyAppeared

long getFullyAppeared()

The time it took for all map objects to appear.


getRenderObjectCount

int getRenderObjectCount()


getTileMemoryUsage

int getTileMemoryUsage()

Tile memory usage in bytes


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


Предыдущая
Следующая