MAP_IDLE constant
String
const MAP_IDLE
The map
has entered the idle state. The map
is in the idle state when there are no ongoing transitions
and the map
has rendered all requested non-volatile tiles. The event will not be emitted if setUserAnimationInProgress
and / or setGestureInProgress
is set to true
.
Event data format (Object).
Implementation
static const String MAP_IDLE = "map-idle";