enableMapMoveOnSearchResponse abstract method

void enableMapMoveOnSearchResponse(
  1. bool enable
)

Enable or disable moving the map on primary search response. Map moving is enabled by default.

enable Enable map moving if true, disable otherwise.

Implementation

void enableMapMoveOnSearchResponse(core.bool enable);