Try using the Initialized and InitializationFailed event for every layer you add to the map. Something like:layer.Initialized += LayerInitializedHandler;layer.InitializationFailed += LayerInitializationFailedHandler;map.Layers.Add(layer);
What do you mean by 'MapLoadComplete' event?If you are talking about the Map.Progress event, this event may not be fired when the data (tiles and graphics) are already loaded locally.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.