All imagery providers implement a function called `requestImage`, so if you want to know how many images are requested for a specific provider, you can just wrap the existing requestImage function in that provider with a function that also counts how many times it's called. Depending on what they are trying to track, this technique isn't perfect. For example, just because requestImage is called doesn't mean the browser actually requested anything from the server (the tile could have been cached). But it's probably the best you can do purely from client code.
Hope that helps,
- Rachel
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.