Interface AerisTileStepDelegate
-
- All Known Implementing Classes:
AerisMapView
public interface AerisTileStepDelegate
Delegate to handle showing which step the animation is on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
displayAnimationStep(int step, int max)
Callback to show which step the animation is on.
-