Class MapLoadStatistics
Package world.mappable.mapkit.map
java.lang.Object
↳ world.mappable.mapkit.map.MapLoadStatistics
class MapLoadStatistics implements Serializable
The time it took to load map elements.
Summary
Constructors
|
Signature and Description |
|
MapLoadStatistics(long curZoomGeometryLoaded, |
|
MapLoadStatistics() |
Methods
|
Type and modifiers |
Method and Description |
|
long |
|
|
long |
|
|
long |
|
|
long |
getDelayedGeometryLoaded() |
|
long |
getCurZoomModelsLoaded() |
|
long |
getFullyLoaded() |
|
long |
getFullyAppeared() |
|
int |
|
|
int |
getTileMemoryUsage() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
MapLoadStatistics
|
MapLoadStatistics(long curZoomGeometryLoaded, |
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 |