DEFAULT constant
MPSelectionBehavior
const DEFAULT
The default behavior for selection:
Animate camera = true
Show InfoWindow = true
Animation duration = 500
Allow floor change = true
Zoom to fit = true
Implementation
static const MPSelectionBehavior DEFAULT =
MPSelectionBehavior._(true, true, 500, true, true);