DEFAULT constant

MPHighlightBehavior const DEFAULT

The default behavior for highlight:

Animate camera = false

Animation duration = 0

Allow floor change = false

Show info window = false

Zoom to fit = true

Implementation

static const MPHighlightBehavior DEFAULT =
    MPHighlightBehavior._(false, false, 0, false, true);