onMapLoaded abstract method

void onMapLoaded(
  1. MapLoadStatistics statistics
)

Called after the map has finished loading all visible tiles. This will only be called once. You must set another listener if you want to be notified again.

Implementation

void onMapLoaded(mapkit_map_map_load_statistics.MapLoadStatistics statistics);