transitionDuration property

int? transitionDuration
getter/setter pair

Set the transitionDuration to a determined value in milliseconds. The value specified must be >= 0 and defining it to 0 will execute an instant camera animation.

  • NOTE: We prioritize user interactions with the map, so setting a high value for this parameter might result in your animation getting cut by the user.

Value defaults to 1000 milliseconds.

Implementation

int? transitionDuration;