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