MapLoadStatistics constructor

const MapLoadStatistics(
  1. Duration curZoomGeometryLoaded,
  2. Duration curZoomPlacemarksLoaded,
  3. Duration curZoomLabelsLoaded,
  4. Duration delayedGeometryLoaded,
  5. Duration curZoomModelsLoaded,
  6. Duration fullyLoaded,
  7. Duration fullyAppeared, {
  8. required int renderObjectCount,
  9. required int tileMemoryUsage,
})

Implementation

const MapLoadStatistics(
  this.curZoomGeometryLoaded,
  this.curZoomPlacemarksLoaded,
  this.curZoomLabelsLoaded,
  this.delayedGeometryLoaded,
  this.curZoomModelsLoaded,
  this.fullyLoaded,
  this.fullyAppeared, {
  required this.renderObjectCount,
  required this.tileMemoryUsage,
});