public class MapboxTimer
Schedules a delay of restartAfter milliseconds and then restarts.
public MapboxTimer(long restartAfter,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> executeLambda)
Schedules a delay of restartAfter milliseconds and then restarts.
restartAfter - Time delay until the timer should restart.executeLambda - lambda function that is to be executed after restartAfter milliseconds.