DEFAULT property

MPSelectionBehavior DEFAULT
final

The default behavior for selection:

Animate camera = true

Show InfoWindow = true

Animation duration = 500

Allow floor change = true

Zoom to fit = true

Implementation

static final MPSelectionBehavior DEFAULT =
    MPSelectionBehavior._(true, true, 500, true, true);