Select to view content in your preferred language

Event for tiles downloaded?

472
1
Jump to solution
02-09-2012 11:39 AM
TonyCollins
Regular Contributor
Hi, sorry if this has been asked before.

If you go to http://explorer.arcgis.com/ and select any map to start with and the scroll about you can see a little loading bar at the bottom of the screen to indicate tiles are still being loaded.

Is there any event in the Flex API to monitor if all the required tiles have been loaded?

Thanks
Tony
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
TonyCollins
Regular Contributor
Hi, sorry if this has been asked before.

If you go to http://explorer.arcgis.com/ and select any map to start with and the scroll about you can see a little loading bar at the bottom of the screen to indicate tiles are still being loaded.

Is there any event in the Flex API to monitor if all the required tiles have been loaded?

Thanks
Tony


I'll often answer my own questions after browsing the API documentation!

LayerEvent.UPDATE_START and LayerEvent.UPDATE_END got me what I wanted!

View solution in original post

0 Kudos
1 Reply
TonyCollins
Regular Contributor
Hi, sorry if this has been asked before.

If you go to http://explorer.arcgis.com/ and select any map to start with and the scroll about you can see a little loading bar at the bottom of the screen to indicate tiles are still being loaded.

Is there any event in the Flex API to monitor if all the required tiles have been loaded?

Thanks
Tony


I'll often answer my own questions after browsing the API documentation!

LayerEvent.UPDATE_START and LayerEvent.UPDATE_END got me what I wanted!
0 Kudos