autoPan property

bool autoPan

Set it to false if you don't want the map to do panning animation to fit the opened popup.

Implementation

external bool get autoPan;
void autoPan=(bool value)

Implementation

external set autoPan(bool value);